We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed645cd commit 0ad1f9cCopy full SHA for 0ad1f9c
1 file changed
.github/workflows/dotnet.yml
@@ -48,10 +48,10 @@ jobs:
48
- name: Pack nuget packages
49
run: dotnet pack --output nupkgs --no-restore --no-build /p:PackageVersion=$VERSION
50
51
- #- name: Build TestApp
52
- # run: |
53
- # touch config/service_info.json
54
- # dotnet run --project src/ServiceFileCreator.TestApp/ -c Release
+ - name: Build TestApp
+ run: |
+ touch config/service_info.json
+ dotnet run --project src/ServiceFileCreator.TestApp/ -c Release
55
#
56
57
#- name: upload nuget package to nuget.org
0 commit comments