Skip to content

Commit 24b000e

Browse files
authored
Update dotnet.yml
1 parent cf27f2c commit 24b000e

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/dotnet.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,10 +48,10 @@ jobs:
4848
- name: Pack nuget packages
4949
run: dotnet pack --output nupkgs --no-restore --no-build /p:PackageVersion=$VERSION
5050

51+
- uses: actions/checkout@v2
5152
- name: Build TestApp
52-
run: |
53-
cat config/service_info.json
54-
dotnet run --project src/ServiceFileCreator.TestApp/ -c Release
53+
run: dotnet run --project src/ServiceFileCreator.TestApp/ -c Release
54+
working-directory: config
5555
#
5656

5757
#- name: upload nuget package to nuget.org

0 commit comments

Comments
 (0)