File tree Expand file tree Collapse file tree 2 files changed +1
-12
lines changed
Expand file tree Collapse file tree 2 files changed +1
-12
lines changed Original file line number Diff line number Diff line change @@ -39,6 +39,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3939- Updated build to use ` Sampler.GitHubTasks ` - Fixes [ Issue #90 ] ( https://github.com/dsccommunity/WSManDsc/issues/90 ) .
4040- Added support for publishing code coverage to ` CodeCov.io ` and
4141 Azure Pipelines - Fixes [ Issue #91 ] ( https://github.com/dsccommunity/WSManDsc/issues/91 ) .
42+ - Build pipeline: Removed unused ` dscBuildVariable ` tasks.
4243
4344## [ 3.1.1] - 2020-01-31
4445
Original file line number Diff line number Diff line change @@ -89,12 +89,6 @@ stages:
8989 vmImage : ' vs2017-win2016'
9090 timeoutInMinutes : 0
9191 steps :
92- - powershell : |
93- $repositoryOwner,$repositoryName = $env:BUILD_REPOSITORY_NAME -split '/'
94- echo "##vso[task.setvariable variable=RepositoryOwner;isOutput=true]$repositoryOwner"
95- echo "##vso[task.setvariable variable=RepositoryName;isOutput=true]$repositoryName"
96- name: dscBuildVariable
97-
9892 - task : DownloadPipelineArtifact@2
9993 displayName : ' Download Pipeline Artifact'
10094 inputs :
@@ -200,12 +194,6 @@ stages:
200194 vmImage : ' windows-2019'
201195 timeoutInMinutes : 0
202196 steps :
203- - powershell : |
204- $repositoryOwner,$repositoryName = $env:BUILD_REPOSITORY_NAME -split '/'
205- echo "##vso[task.setvariable variable=RepositoryOwner;isOutput=true]$repositoryOwner"
206- echo "##vso[task.setvariable variable=RepositoryName;isOutput=true]$repositoryName"
207- name: dscBuildVariable
208-
209197 - task : DownloadPipelineArtifact@2
210198 displayName : ' Download Pipeline Artifact'
211199 inputs :
You can’t perform that action at this time.
0 commit comments