Skip to content

Commit

Permalink
Add pipeline yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
QilongTang committed Sep 27, 2024
1 parent 98793bd commit d087c3f
Showing 1 changed file with 39 additions and 0 deletions.
39 changes: 39 additions & 0 deletions pipeline.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
version: 1.4.0
pipeline_os: windows
#update_changelog_on_release: true
create_github_release: true
create_pr_release_to_master: true

env:
- GITHUB_ACCESS_TOKEN_ID: github_access_token_acsbuildguy
- JENKINS_NODE_WIN: DynamoWinBuild

code_analysis:
sonarqube:
source_encoding: UTF-8
src: .
coverage_reports:
- coverage.info

build:
-
scripts:
- dotnet msbuild TuneUp.sln -p:Configuration=Release -restore

deployment:
-
type: sign
files_to_sign:
- TuneUp/bin/Debug/net8.0-windows/TuneUp.dll
- package_output/DSPythonNet3/**/Python.*.dll
-
type: customized
scripts:
- "pwsh.exe -ExecutionPolicy ByPass -Command Compress-Archive -Path TuneUp/bin/Debug/net8.0-windows/TuneUp.dll -DestinationPath TuneUp.zip"
-
type: artifacts
publish_to_jenkins: true
publish_to_artifactory: false
allow_branches: ".*"
outputs:
- TuneUp.zip

0 comments on commit d087c3f

Please sign in to comment.