Skip to content
This repository was archived by the owner on Oct 21, 2023. It is now read-only.

Commit 5911db2

Browse files
committed
prepping for v2.6.2 release
1 parent e914930 commit 5911db2

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

azure-pipelines.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -150,9 +150,13 @@ phases:
150150
name: Hosted VS2017
151151

152152
steps:
153+
- task: DownloadBuildArtifacts@0
154+
displayName: 'Download Build Artifacts'
155+
inputs:
156+
artifactName: BuildOutput
157+
downloadPath: '$(Build.SourcesDirectory)'
158+
153159
- powershell: |
154-
$env:SourceBranch = '$(Build.SourceBranch)'
155-
$env:Coveralls = '$(Coveralls)'
156160
$Env:GitHubPAT = '$(GitHub.PAT)'
157161
$Env:NuGetApiKey = '$(NuGetApiKey)'
158162
$Env:TwitterAccessSecret = '$(Twitter.AccessSecret)'

psake.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -427,7 +427,7 @@ Task Deploy -Depends Init {
427427
Import-Module $($env:BHProjectName)
428428
429429
# Otherwise, provide the path to the manifest:
430-
Import-Module -Path C:\$($env:BHProjectName)\$($versionToDeploy.ToString())\$($env:BHProjectName).psd1
430+
Import-Module -Path C:\MyPSModules\$($env:BHProjectName)\$($versionToDeploy.ToString())\$($env:BHProjectName).psd1
431431
``````
432432
"@
433433
$gitHubParams = @{

0 commit comments

Comments
 (0)