Skip to content

Commit

Permalink
Update path (#67)
Browse files Browse the repository at this point in the history
  • Loading branch information
QilongTang authored Oct 3, 2024
1 parent e624e94 commit b6942f9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@ deployment:
-
type: sign
files_to_sign:
- TuneUp/bin/Debug/net8.0-windows/TuneUp.dll
- TuneUp/bin/Release/net8.0-windows/TuneUp.dll
-
type: customized
scripts:
- "pwsh.exe -ExecutionPolicy ByPass -Command Compress-Archive -Path TuneUp/bin/Debug/net8.0-windows/TuneUp.dll -DestinationPath TuneUp.zip"
- "pwsh.exe -ExecutionPolicy ByPass -Command Compress-Archive -Path TuneUp/bin/Release/net8.0-windows/TuneUp.dll -DestinationPath TuneUp.zip"
-
type: artifacts
publish_to_jenkins: true
Expand Down

0 comments on commit b6942f9

Please sign in to comment.