-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpipeline.yml
More file actions
39 lines (33 loc) · 852 Bytes
/
pipeline.yml
File metadata and controls
39 lines (33 loc) · 852 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
version: 1.4.7
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: customized
scripts:
- "pwsh.exe -ExecutionPolicy ByPass -Command Compress-Archive -Path package_output/DSPythonNet3/* -DestinationPath DSPythonNet3.zip"