-
Notifications
You must be signed in to change notification settings - Fork 15
/
Copy pathpipeline.yml
39 lines (35 loc) · 989 Bytes
/
pipeline.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
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/Release/net8.0-windows/TuneUp.dll
- TuneUp/bin/Release/net8.0-windows/en-US/TuneUp.resources.dll
-
type: customized
scripts:
- "pwsh.exe -ExecutionPolicy ByPass -Command Compress-Archive -Path 'TuneUp/bin/Release/net8.0-windows/TuneUp.dll', 'TuneUp/bin/Release/net8.0-windows/en-US' -DestinationPath 'TuneUp.zip'"
-
type: artifacts
publish_to_jenkins: true
publish_to_artifactory: false
allow_branches: ".*"
outputs:
- TuneUp.zip