diff --git a/CHANGELOG.md b/CHANGELOG.md index 4bf31cd..7a98862 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 7691bd1..0a0f45a 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -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: @@ -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: