We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b94757 commit fe31bb7Copy full SHA for fe31bb7
1 file changed
.github/workflows/copilot-setup-steps.yml
@@ -100,6 +100,7 @@ jobs:
100
# Hard-code versin due to how Coilot is switching branch (?) so gitversion fails.
101
$ModuleVersion = '0.0.1'
102
$env:ModuleVersion = '0.0.1'
103
+ [System.Environment]::SetEnvironmentVariable('ModuleVersion','0.0.1', 'Machine')
104
105
# Build the module
106
.\build.ps1 -Tasks 'build' -ErrorAction Stop
0 commit comments