diff --git a/README.md b/README.md index 6a842de..d1c6dcf 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,6 @@ # TuneUp +[![Build Status](https://c007.cloudbees-ci.autodesk.com/buildStatus/icon?job=DYNCI%2FDynamo%2FTuneUp%2Fmaster)](https://c007.cloudbees-ci.autodesk.com/job/DYNCI/job/Dynamo/job/TuneUp/job/master/) ![Dynamic JSON Badge](https://img.shields.io/badge/dynamic/json?url=https%3A%2F%2Fraw.githubusercontent.com%2FDynamoDS%2FTuneUp%2Frefs%2Fheads%2Fmaster%2FTuneUp%2Fmanifests%2Fpkg.json&query=%24.version&logo=autodesk&label=dpm) [![Build](https://github.com/DynamoDS/TuneUp/actions/workflows/build.yml/badge.svg)](https://github.com/DynamoDS/TuneUp/actions/workflows/build.yml) diff --git a/pipeline.yml b/pipeline.yml index ecf44ac..37be474 100644 --- a/pipeline.yml +++ b/pipeline.yml @@ -3,7 +3,7 @@ pipeline_os: windows env: - GITHUB_ACCESS_TOKEN_ID: github_access_token_acsbuildguy - - JENKINS_NODE_WIN: CDA-VS22-DT + - JENKINS_NODE_WIN: CDA-VS22-CBCI-DT code_analysis: sonarqube: @@ -14,13 +14,11 @@ code_analysis: - coverage.info build: - - - scripts: + - scripts: - dotnet msbuild TuneUp.sln -p:Configuration=Release -restore deployment: - - - type: sign + - type: sign files_to_sign: - TuneUp/dist/TuneUp/bin/TuneUp.dll - TuneUp/dist/TuneUp/bin/en-US/TuneUp.resources.dll @@ -37,12 +35,10 @@ deployment: - TuneUp/dist/TuneUp/bin/ru-RU/TuneUp.resources.dll - TuneUp/dist/TuneUp/bin/zh-CN/TuneUp.resources.dll - TuneUp/dist/TuneUp/bin/zh-TW/TuneUp.resources.dll - - - type: customized + - type: customized scripts: - "pwsh.exe -ExecutionPolicy ByPass -Command Compress-Archive -Path 'TuneUp/dist/TuneUp/*' -DestinationPath 'TuneUp.zip'" - - - type: artifacts + - type: artifacts publish_to_jenkins: true publish_to_artifactory: false publish_to_package_manager: true