Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -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)

Expand Down
14 changes: 5 additions & 9 deletions pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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
Expand All @@ -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
Expand Down
Loading