We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent abdb765 commit 6794041Copy full SHA for 6794041
1 file changed
kokoro/scripts/build/signing/sign.ps1
@@ -1,8 +1,8 @@
1
-New-Item -Path $env:KOKORO_ARTIFACTS_DIR -Name 'result' -ItemType 'directory'
+New-Item -Path "$env:KOKORO_ARTIFACTS_DIR" -Name 'result' -ItemType 'directory'
2
3
-robocopy "%KOKORO_GFILE_DIR%"\result "%KOKORO_ARTIFACTS_DIR%"\result /E
+robocopy "$env:KOKORO_GFILE_DIR"\result "$env:KOKORO_ARTIFACTS_DIR"\result /E
4
5
-Set-Location "%KOKORO_ARTIFACTS_DIR%"\result
+Set-Location "$env:KOKORO_ARTIFACTS_DIR"\result
6
7
$timestamp_server = 'http://timestamp.digicert.com'
8
Write-Host "Using the timestamp server: '$timestamp_server'"
0 commit comments