Skip to content

Commit 7fc1435

Browse files
authored
Update dotnet.yml
1 parent d51f40e commit 7fc1435

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/dotnet.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,8 @@ jobs:
4646
# run: dotnet build --no-restore -c Release /p:Version=$VERSION
4747

4848
- name: Pack nuget packages
49-
run: dotnet pack --output nupkgs --no-restore --no-build /p:PackageVersion=$VERSION
49+
run: dotnet pack --output nupkgs -c Release /p:PackageVersion=$VERSION
50+
#run: dotnet pack --output nupkgs --no-restore --no-build /p:PackageVersion=$VERSION
5051

5152
- name: Run TestApp
5253
run: dotnet run --project src/ServiceFileCreator.TestApp/ -c Release

0 commit comments

Comments
 (0)