Skip to content

Commit 0ad1f9c

Browse files
authored
Update dotnet.yml
1 parent ed645cd commit 0ad1f9c

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/dotnet.yml

Lines changed: 4 additions & 4 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-
#- name: Build TestApp
52-
# run: |
53-
# touch config/service_info.json
54-
# dotnet run --project src/ServiceFileCreator.TestApp/ -c Release
51+
- name: Build TestApp
52+
run: |
53+
touch config/service_info.json
54+
dotnet run --project src/ServiceFileCreator.TestApp/ -c Release
5555
#
5656

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

0 commit comments

Comments
 (0)