Skip to content

Commit

Permalink
Build pipeline: Removed unused dscBuildVariable tasks (#94)
Browse files Browse the repository at this point in the history
  • Loading branch information
PlagueHO authored Apr 21, 2021
1 parent 7dc47bb commit 8ab2a1d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 12 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Updated build to use `Sampler.GitHubTasks` - Fixes [Issue #90](https://github.com/dsccommunity/WSManDsc/issues/90).
- Added support for publishing code coverage to `CodeCov.io` and
Azure Pipelines - Fixes [Issue #91](https://github.com/dsccommunity/WSManDsc/issues/91).
- Build pipeline: Removed unused `dscBuildVariable` tasks.

## [3.1.1] - 2020-01-31

Expand Down
12 changes: 0 additions & 12 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,12 +89,6 @@ stages:
vmImage: 'vs2017-win2016'
timeoutInMinutes: 0
steps:
- powershell: |
$repositoryOwner,$repositoryName = $env:BUILD_REPOSITORY_NAME -split '/'
echo "##vso[task.setvariable variable=RepositoryOwner;isOutput=true]$repositoryOwner"
echo "##vso[task.setvariable variable=RepositoryName;isOutput=true]$repositoryName"
name: dscBuildVariable
- task: DownloadPipelineArtifact@2
displayName: 'Download Pipeline Artifact'
inputs:
Expand Down Expand Up @@ -200,12 +194,6 @@ stages:
vmImage: 'windows-2019'
timeoutInMinutes: 0
steps:
- powershell: |
$repositoryOwner,$repositoryName = $env:BUILD_REPOSITORY_NAME -split '/'
echo "##vso[task.setvariable variable=RepositoryOwner;isOutput=true]$repositoryOwner"
echo "##vso[task.setvariable variable=RepositoryName;isOutput=true]$repositoryName"
name: dscBuildVariable
- task: DownloadPipelineArtifact@2
displayName: 'Download Pipeline Artifact'
inputs:
Expand Down

0 comments on commit 8ab2a1d

Please sign in to comment.