summaryrefslogtreecommitdiffstats
path: root/.gitlab/ci/nuget-env.ps1
diff options
context:
space:
mode:
Diffstat (limited to '.gitlab/ci/nuget-env.ps1')
-rw-r--r--.gitlab/ci/nuget-env.ps14
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitlab/ci/nuget-env.ps1 b/.gitlab/ci/nuget-env.ps1
new file mode 100644
index 0000000..7dee5a0
--- /dev/null
+++ b/.gitlab/ci/nuget-env.ps1
@@ -0,0 +1,4 @@
+$pwdpath = $pwd.Path
+& "$pwsh" -File ".gitlab/ci/nuget.ps1"
+Set-Item -Force -Path "env:PATH" -Value "$pwdpath\.gitlab\nuget;$env:PATH"
+nuget | Select -First 1