Skip to content

Commit fe31bb7

Browse files
authored
FIx machine variable
1 parent 6b94757 commit fe31bb7

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/copilot-setup-steps.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,7 @@ jobs:
100100
# Hard-code versin due to how Coilot is switching branch (?) so gitversion fails.
101101
$ModuleVersion = '0.0.1'
102102
$env:ModuleVersion = '0.0.1'
103+
[System.Environment]::SetEnvironmentVariable('ModuleVersion','0.0.1', 'Machine')
103104
104105
# Build the module
105106
.\build.ps1 -Tasks 'build' -ErrorAction Stop

0 commit comments

Comments
 (0)