File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Tasks/AzureRmWebAppDeployment Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -223,7 +223,7 @@ function fileExists(path): boolean {
223223 */
224224function getSetParamFilePath ( setParametersFile : string ) : string {
225225
226- if ( ! tl . filePathSupplied ( 'SetParametersFile' ) ) {
226+ if ( ( ! tl . filePathSupplied ( 'SetParametersFile' ) ) || setParametersFile == tl . getVariable ( 'System.DefaultWorkingDirectory ') ) {
227227 setParametersFile = null ;
228228 }
229229 else if ( ! fileExists ( setParametersFile ) ) {
Original file line number Diff line number Diff line change 1313 "version" : {
1414 "Major" : 2 ,
1515 "Minor" : 0 ,
16- "Patch" : 1
16+ "Patch" : 2
1717 },
1818 "minimumAgentVersion" : " 1.102.0" ,
1919 "groups" : [
Original file line number Diff line number Diff line change 1313 "version" : {
1414 "Major" : 2 ,
1515 "Minor" : 0 ,
16- "Patch" : 1
16+ "Patch" : 2
1717 },
1818 "minimumAgentVersion" : " 1.102.0" ,
1919 "groups" : [
You can’t perform that action at this time.
0 commit comments