11version : 1.6.0
22env :
33 - JENKINS_NODE_WIN : " CDA-VS22-CBCI-DT"
4- - SLACK_QUANTUM_BUILD_CHANNEL : " #dynamo-jenkinsbuild"
5- - SLACK_QUANTUM_BUILD_CREDENTIAL_ID : " slack-notify-token"
6- - MAIL_QUANTUM_BUILD_RECIPIENT : " dynamo.dev@autodesk.com"
4+ - SLACK_QUANTUM_BUILD_CHANNEL : " #dynamo-jenkinsbuild"
5+ - SLACK_QUANTUM_BUILD_CREDENTIAL_ID : " slack-notify-token"
6+ - MAIL_QUANTUM_BUILD_RECIPIENT : " dynamo.dev@autodesk.com"
77
88check_changelog_updated_on_pr : false
99pipeline_os : " Windows"
10- force_slack_notification : true
10+ force_slack_notification : true
1111language : csharp
1212
13- schedule :
14- cron_schedule : once_a_week
13+ schedule :
14+ cron_schedule : once_a_week
1515
1616build :
17- -
18- scripts :
17+ - scripts :
1918 - dotnet build --configuration Release IronPython3Extension.sln
2019
2120ci_test :
22- tests :
23- -
24- scripts :
21+ tests :
22+ - scripts :
2523 - dotnet coverage collect "dotnet test --no-build --configuration Release IronPython3Extension.sln --filter \"TestCategory!=Failure\" --logger:junit --logger:trx" -f xml -o "coverage.xml"
2624 test_report_dir : " IronPython3Tests/TestResults"
2725 test_report_pattern :
@@ -45,15 +43,13 @@ soc2:
4543 - package_output
4644
4745deployment :
48- -
49- type : sign
46+ - type : sign
5047 files_to_sign :
51- - package_output\DSIronPython3\bin\DSIronPython3Empty.dll
52- - package_output\DSIronPython3\extra\python3eval.dll
53- - package_output\DSIronPython3\extra\IronPython3Extension.dll
54-
55- -
56- type : artifacts
48+ - package_output\DSIronPython3\bin\DSIronPython3Empty.dll
49+ - package_output\DSIronPython3\extra\python3eval.dll
50+ - package_output\DSIronPython3\extra\IronPython3Extension.dll
51+
52+ - type : artifacts
5753 publish_to_jenkins : true
5854 publish_to_artifactory : false
5955 publish_to_package_manager : true
0 commit comments