We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1be1824 commit bf3402cCopy full SHA for bf3402c
1 file changed
.github/workflows/dotnet.yml
@@ -47,11 +47,11 @@ jobs:
47
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
+ touch config/service_info.json
+ dotnet run --project src/ServiceFileCreator.TestApp/ -c Release
55
56
#- name: upload nuget package to nuget.org
57
# if: github.ref_type == 'tag' && startsWith(github.ref, 'refs/tags/v')
0 commit comments