Skip to content

Commit 8ab2a1d

Browse files
authored
Build pipeline: Removed unused dscBuildVariable tasks (#94)
1 parent 7dc47bb commit 8ab2a1d

File tree

2 files changed

+1
-12
lines changed

2 files changed

+1
-12
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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

azure-pipelines.yml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff 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:

0 commit comments

Comments
 (0)