forked from DynamoDS/PythonNet3Engine
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpipeline.yml
More file actions
44 lines (39 loc) · 1009 Bytes
/
pipeline.yml
File metadata and controls
44 lines (39 loc) · 1009 Bytes
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
40
41
42
43
44
version: 1.4.1
pipeline_os: windows
create_pr_release_to_master: true
env:
- GITHUB_ACCESS_TOKEN_ID: github_access_token_acsbuildguy
- SLACK_QUANTUM_BUILD_CHANNEL : "#dynamo-jenkinsbuild"
- JENKINS_NODE_WIN: CDA-VS22-SVC
code_analysis:
sonarqube:
source_encoding: UTF-8
src: .
coverage_reports:
- coverage.info
build:
-
scripts:
- dotnet msbuild DynamoPythonNet3.sln -p:Configuration=Release -restore
ci_test:
tests:
-
scripts:
- dotnet test
deployment:
-
type: sign
files_to_sign:
- package_output/DSPythonNet3/**/DSPythonNet3*.dll
- package_output/DSPythonNet3/**/Python.*.dll
-
type: customized
scripts:
- "pwsh.exe -ExecutionPolicy ByPass -Command Compress-Archive -Path package_output/DSPythonNet3/* -DestinationPath DSPythonNet3.zip"
-
type: artifacts
publish_to_jenkins: true
publish_to_artifactory: false
publish_to_package_manager: true
outputs:
- DSPythonNet3.zip