We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2fb07ef commit a1e7503Copy full SHA for a1e7503
1 file changed
tools/cibuild.cmd
@@ -65,4 +65,5 @@ IF "%ARCGIS_API_KEY%" NEQ "" (
65
ECHO ^}^}^} >>%keyFile%
66
)
67
68
+set PUBLISHER=%PUBLISHER:\"="%
69
%DOTNET_EXE% msbuild %~dp0GenerateApps.msbuild -t:BuildAll -p:BUILD_NUM=%BUILD_NUM% -p:RELEASE_VERSION=%RELEASE_VERSION% -p:PFXSignaturePassword=%PFXSignaturePassword% -p:PFXSignatureFile=%PFXSignatureFile% -p:PackageCertificateThumbprint=%PackageCertificateThumbprint% -p:KeyStoreFile=%KeyStoreFile% -p:KeyPass=%KeyPass% -p:KeyAlias=%KeyAlias% -v:diag
0 commit comments