We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf27f2c commit 24b000eCopy full SHA for 24b000e
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
+ - uses: actions/checkout@v2
52
- name: Build TestApp
- run: |
53
- cat config/service_info.json
54
- dotnet run --project src/ServiceFileCreator.TestApp/ -c Release
+ run: dotnet run --project src/ServiceFileCreator.TestApp/ -c Release
+ working-directory: config
55
#
56
57
#- name: upload nuget package to nuget.org
0 commit comments