Skip to content

Commit

Permalink
Fix this NuGet releasing.
Browse files Browse the repository at this point in the history
  • Loading branch information
VPKSoft committed May 28, 2022
1 parent 53a86a2 commit f171f39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release_tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:

# Create the FlagsISO app package by building and packaging the NuGet
- name: Build the entire project with NuGets
run: msbuild $env:Solution_Path /p:Configuration=$env:Configuration
run: msbuild $env:Solution_Path /P:Configuration=Release /P:PlatForm="Any CPU"

- name: Decode nuget.config
run: |
Expand Down

0 comments on commit f171f39

Please sign in to comment.