Finished changes to resolve issues associated with server response without payload data.
Changed the name of the .msi files to not include "-msi" as part of the names as per request. GetAuthToken requests that fail due to a name resolution error now will return an error code indicating the reason.
This commit is contained in:
@@ -57,7 +57,7 @@
|
||||
"DisplayName" = "8:Debug"
|
||||
"IsDebugOnly" = "11:TRUE"
|
||||
"IsReleaseOnly" = "11:FALSE"
|
||||
"OutputFilename" = "8:Debug\\authtokenclientdevel_msi.msi"
|
||||
"OutputFilename" = "8:Debug\\authtokenclientdevel.msi"
|
||||
"PackageFilesAs" = "3:2"
|
||||
"PackageFileSize" = "3:-2147483648"
|
||||
"CabType" = "3:1"
|
||||
@@ -94,7 +94,7 @@
|
||||
"DisplayName" = "8:Release"
|
||||
"IsDebugOnly" = "11:FALSE"
|
||||
"IsReleaseOnly" = "11:TRUE"
|
||||
"OutputFilename" = "8:Release\\authtokenclientdevel_msi.msi"
|
||||
"OutputFilename" = "8:Release\\authtokenclientdevel.msi"
|
||||
"PackageFilesAs" = "3:2"
|
||||
"PackageFileSize" = "3:-2147483648"
|
||||
"CabType" = "3:1"
|
||||
@@ -325,7 +325,7 @@
|
||||
"Name" = "8:Microsoft Visual Studio"
|
||||
"ProductName" = "8:authtokenclientdevel_msi"
|
||||
"ProductCode" = "8:{C3A6CFD7-F415-4317-AA75-45888378B08A}"
|
||||
"PackageCode" = "8:{C1C1B7C2-503A-4064-8C67-3BBC55C1E619}"
|
||||
"PackageCode" = "8:{A96250E5-B755-4245-9366-FDB7A997B9FC}"
|
||||
"UpgradeCode" = "8:{A98C298C-4FB1-4267-9045-92B820B97A14}"
|
||||
"RestartWWWService" = "11:FALSE"
|
||||
"RemovePreviousVersions" = "11:FALSE"
|
||||
|
||||
Reference in New Issue
Block a user