We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54867eb commit d673bdaCopy full SHA for d673bda
1 file changed
.github/workflows/release.yml
@@ -41,10 +41,10 @@ jobs:
41
run: dotnet build --configuration Release --no-restore /p:Version=$VERSION
42
43
- name: Test
44
- run: dotnet test --no-build --verbosity normal
+ run: dotnet test --configuration Release --no-restore --no-build --verbosity normal
45
46
- name: Pack nuget packages
47
- run: dotnet pack --output nupkgs --no-restore --no-build /p:PackageVersion=$VERSION
+ run: dotnet pack --configuration Release --no-restore --no-build --output nupkgs /p:PackageVersion=$VERSION
48
49
- name: Upload nuget package
50
if: github.ref_type == 'tag' && startsWith(github.ref, 'refs/tags/v')
0 commit comments