-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpipeline.yml
More file actions
60 lines (54 loc) · 1.41 KB
/
pipeline.yml
File metadata and controls
60 lines (54 loc) · 1.41 KB
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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
version: 1.4.8
pipeline_os: windows
create_pr_release_to_public_master: true
env:
- GITHUB_ACCESS_TOKEN_ID: github_access_token_acsbuildguy
- SLACK_QUANTUM_BUILD_CHANNEL : "#dynamo-jenkinsbuild"
- JENKINS_NODE_WIN: CDA-VS22-DT
jenkins_creds:
-
type: secretText
credentialsId: dynamovisualprogramming_nuget_api_key
secretText: API_KEY
code_analysis:
sonarqube:
source_encoding: UTF-8
src: .
useCommonSonar: true
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
use_dev_pm: false
outputs:
- DSPythonNet3.zip
-
type: nuget
custom_api_key: ${API_KEY}
nuget_config_file: nuget.config
nuspec_files:
- DynamoVisualProgramming.PythonEngine.PythonNet3.nuspec
package_version_cmd: echo %_PACKAGE_VERSION%
destination_source_name: Public Nuget