Skip to content

Commit

Permalink
Change build script
Browse files Browse the repository at this point in the history
  • Loading branch information
kosz78 committed Apr 29, 2024
1 parent 815c592 commit b0d773c
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 @@ -6,10 +6,10 @@ environment:
DOTNET_CLI_TELEMETRY_OPTOUT: 1

build_script:
- ps: dotnet publish -c Release -r win-x64 --no-self-contained Flow.Launcher.Plugin.WinSCP/Flow.Launcher.Plugin.WinSCP.csproj
- ps: dotnet publish -c Release -r win-x64 --no-self-contained Flow.Launcher.Plugin.WinSCP.csproj

after_build:
- ps: Compress-Archive -Path "Flow.Launcher.Plugin.WinSCP\bin\Release\win-x64\publish\*" -DestinationPath "Flow.Launcher.Plugin.WinSCP.zip"
- ps: Compress-Archive -Path "bin\Release\win-x64\publish\*" -DestinationPath "Flow.Launcher.Plugin.WinSCP.zip"

artifacts:
- path: 'Flow.Launcher.Plugin.WinSCP.zip'

0 comments on commit b0d773c

Please sign in to comment.