Skip to content

Commit

Permalink
Update deploy-to-iis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
bitbound authored Aug 28, 2020
1 parent fa4c073 commit 17297f4
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 17297f4

Please sign in to comment.