Skip to content

Commit

Permalink
Fix authoring, dotnet build
Browse files Browse the repository at this point in the history
  • Loading branch information
kev-le committed Oct 26, 2023
1 parent dd10514 commit 4051c4b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ concurrency:
cancel-in-progress: true

jobs:
test:
release:
runs-on: ubuntu-latest
env:
PROJECT_PATH: 'StudioClient/StudioClient.csproj'
Expand All @@ -27,11 +27,8 @@ jobs:
with:
dotnet-version: 7.0.x

- name: Restore dependencies
run: dotnet restore ${{ env.PROJECT_PATH }}

- name: Build
run: dotnet build ${{ env.PROJECT_PATH }} --no-restore --configuration Release
run: dotnet build ${{ env.PROJECT_PATH }} --configuration Release

- name: 'Get Version'
id: version
Expand Down
5 changes: 4 additions & 1 deletion StudioClient/StudioClient.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,11 @@
<Company>Skylab Technologies Inc.</Company>
<Authors>skylabtech</Authors>
<PackageProjectUrl>https://github.com/skylab-tech/studio_client_dotnet</PackageProjectUrl>
<PackageIconUrl>https://avatars.githubusercontent.com/u/45469060?s=48&v=4</PackageIconUrl>
<PackageIconUrl>https://avatars.githubusercontent.com/u/45469060</PackageIconUrl>
<PackageTags>studio skylab skylabtech api library .net nuget</PackageTags>
<TargetFramework>net7.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<Copyright>Copyright (c) Skylab Technologies Inc.</Copyright>
</PropertyGroup>

Expand Down

0 comments on commit 4051c4b

Please sign in to comment.