Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
bitbound committed Aug 28, 2020
2 parents 053b0c1 + 17297f4 commit 4345bf9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-to-iis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ jobs:
# Publish server to IIS
- name: Publish
run: dotnet publish --configuration $env:Configuration /p:PublishProfile=Test /p:Password=$env:ServerPassword /p:Version=$env:CurrentVersion /p:FileVersion=$env:CurrentVersion
run: dotnet publish --configuration $env:Configuration /p:PublishProfile="Test|x64" /p:Password=$env:ServerPassword /p:Version=$env:CurrentVersion /p:FileVersion=$env:CurrentVersion

# Remove the pfx
- name: Remove the pfx
Expand Down

0 comments on commit 4345bf9

Please sign in to comment.