Skip to content

Commit

Permalink
Simplify pipeline (#106)
Browse files Browse the repository at this point in the history
  • Loading branch information
sm6srw authored Jun 27, 2024
1 parent d1aacdf commit 4a15b31
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 47 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,7 @@ This repo is the package manager client for the Dynamo Package Manager. Package
- From command line:

```bat
nuget restore src\GregClient.sln
msbuild src\GregClient.sln
dotnet build --configuration Release src/GregClient.sln
```
#### How to increment the assembly version:
Expand Down
34 changes: 0 additions & 34 deletions cicdscripts/DownloadCICDResources.ps1

This file was deleted.

11 changes: 0 additions & 11 deletions pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,7 @@ env:
- SLACK_QUANTUM_BUILD_CHANNEL : "#dynamo-jenkinsbuild"
- SLACK_QUANTUM_BUILD_CREDENTIAL_ID : "slack-notify-token"
- MAIL_QUANTUM_BUILD_RECIPIENT : "[email protected]"
- NUGETTOOL : "Nuget\\nuget.exe"
- NUNITTOOL : "NUnit\\NUnit.ConsoleRunner\\tools\\nunit3-console.exe"
- URL_REPO_TOOLS : "git.autodesk.com/Dynamo/CICDResources.git"
- BRANCH_TOOLS : "master"
- NUGET_PUBLISH_SOURCE: "https://api.nuget.org/v3/index.json"
- COMMON_TOOLS_DIR : "CICDResources_shared"
- DOTCOVERTOOL : "DotCover\\JetBrains.dotCover.CommandLineTools\\tools\\dotCover.exe"
- SONARSCANTOOL : "SonarScannerMsbuild\\dotnet-framework-sonarscanner\\tools\\SonarScanner.MSBuild.exe"
- NUGET_SOURCES : "nuget.org"
- NUGET_CONFIG : "Config\\nuget.config"

check_changelog_updated_on_pr: false
pipeline_os: "Windows"
Expand Down Expand Up @@ -41,8 +32,6 @@ build:
setup_proj_deps : true
solution: src\\GregClient.sln
scripts:
- "pwsh.exe -ExecutionPolicy ByPass -File .\\cicdscripts\\DownloadCICDResources.ps1"
- "pwsh.exe -ExecutionPolicy ByPass -File .\\%COMMON_TOOLS_DIR%\\scripts\\SetupHost.ps1"
- "dotnet build --configuration Release src/GregClient.sln"
ci_test:
tests:
Expand Down

0 comments on commit 4a15b31

Please sign in to comment.