Skip to content

Commit

Permalink
Fix typo in appveyor publish arguments
Browse files Browse the repository at this point in the history
  • Loading branch information
benhall-7 committed Sep 29, 2019
1 parent e1775d4 commit e5c175e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@ before_build:
build_script:
- cmd: |-
dotnet publish ParamXML -o %XML_DIR%
dotnet publish ParamXML -o %XML_DIR_EXE% -r win-x64 -p:PublishSingleFile=true -p:PublishTrimmed=true -p:OutputType:exe
dotnet publish ParamXML -o %XML_DIR_EXE% -r win-x64 -p:PublishSingleFile=true -p:PublishTrimmed=true -p:OutputType=exe
dotnet publish prcScript -o %SCRIPT_DIR%
dotnet publish prcScript -o %SCRIPT_DIR_EXE% -r win-x64 -p:PublishSingleFile=true -p:PublishTrimmed=true -p:OutputType:exe
dotnet publish prcScript -o %SCRIPT_DIR_EXE% -r win-x64 -p:PublishSingleFile=true -p:PublishTrimmed=true -p:OutputType=exe
dotnet publish prcEditor -o %EDITOR_DIR%
after_build:
- cmd: |-
Expand Down

0 comments on commit e5c175e

Please sign in to comment.