Skip to content

Commit a1e7503

Browse files
committed
Deal with escaped quotes
1 parent 2fb07ef commit a1e7503

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

tools/cibuild.cmd

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,4 +65,5 @@ IF "%ARCGIS_API_KEY%" NEQ "" (
6565
ECHO ^}^}^} >>%keyFile%
6666
)
6767

68+
set PUBLISHER=%PUBLISHER:\"="%
6869
%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

Comments
 (0)