We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d51f40e commit 7fc1435Copy full SHA for 7fc1435
1 file changed
.github/workflows/dotnet.yml
@@ -46,7 +46,8 @@ jobs:
46
# run: dotnet build --no-restore -c Release /p:Version=$VERSION
47
48
- name: Pack nuget packages
49
- run: dotnet pack --output nupkgs --no-restore --no-build /p:PackageVersion=$VERSION
+ run: dotnet pack --output nupkgs -c Release /p:PackageVersion=$VERSION
50
+ #run: dotnet pack --output nupkgs --no-restore --no-build /p:PackageVersion=$VERSION
51
52
- name: Run TestApp
53
run: dotnet run --project src/ServiceFileCreator.TestApp/ -c Release
0 commit comments