Skip to content

Commit bf3402c

Browse files
authored
Update dotnet.yml
1 parent 1be1824 commit bf3402c

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
@@ -47,11 +47,11 @@ jobs:
4747

4848
- name: Pack nuget packages
4949
run: dotnet pack --output nupkgs --no-restore --no-build /p:PackageVersion=$VERSION
50-
50+
5151
- name: Build TestApp
5252
run: |
53-
touch config/service_info.json
54-
dotnet run --project src/ServiceFileCreator.TestApp/ -c Release
53+
touch config/service_info.json
54+
dotnet run --project src/ServiceFileCreator.TestApp/ -c Release
5555
5656
#- name: upload nuget package to nuget.org
5757
# if: github.ref_type == 'tag' && startsWith(github.ref, 'refs/tags/v')

0 commit comments

Comments
 (0)