Skip to content

Commit

Permalink
source variable for psd1
Browse files Browse the repository at this point in the history
  • Loading branch information
jworkmanjc committed Sep 28, 2023
1 parent 4bbc0fc commit 9a13ba9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/powershell-module-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ jobs:
runs-on: ubuntu-latest
timeout-minutes: 30
env:
source: CodeArtifact
Source: "CodeArtifact"
steps:
- uses: actions/checkout@v4
with:
Expand Down
3 changes: 3 additions & 0 deletions PowerShell/Deploy/BuildNuspecFromPsd1.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,9 @@ function New-NuspecFile {
# $BuildString = "build$($env:GITHUB_RUN_NUMBER)datetime$($date)"
$build = $($env:GITHUB_RUN_NUMBER)
$Version = $Version + ".$($build)" + "-$date"
Write-Host "Building Module Version: $Version"
} else {
Write-Host "Building Module Version: $Version"
}

$metaDataElementsHash = [ordered]@{
Expand Down

0 comments on commit 9a13ba9

Please sign in to comment.