File tree 10 files changed +19
-19
lines changed
10 files changed +19
-19
lines changed Original file line number Diff line number Diff line change @@ -169,7 +169,7 @@ async function run() {
169
169
. arg ( '-ExecutionPolicy' )
170
170
. arg ( 'Unrestricted' )
171
171
. arg ( '-Command' )
172
- . arg ( `. '{path.join(path.resolve(__dirname),'RemoveAzContext.ps1')}'` ) ;
172
+ . arg ( `. '$ {path . join ( path . resolve ( __dirname ) , 'RemoveAzContext.ps1' ) } '` ) ;
173
173
174
174
let options = < tr . IExecOptions > {
175
175
cwd : input_workingDirectory ,
Original file line number Diff line number Diff line change 18
18
"version" : {
19
19
"Major" : 5 ,
20
20
"Minor" : 236 ,
21
- "Patch" : 1
21
+ "Patch" : 2
22
22
},
23
23
"releaseNotes" : " Added support for Az Module and cross platform agents." ,
24
24
"groups" : [
Original file line number Diff line number Diff line change 18
18
"version" : {
19
19
"Major" : 5 ,
20
20
"Minor" : 236 ,
21
- "Patch" : 1
21
+ "Patch" : 2
22
22
},
23
23
"releaseNotes" : " ms-resource:loc.releaseNotes" ,
24
24
"groups" : [
Original file line number Diff line number Diff line change 1
- Default|5.236.1
2
- Node20_229_2|5.236.2
1
+ Default|5.236.2
2
+ Node20_229_2|5.236.3
Original file line number Diff line number Diff line change @@ -169,7 +169,7 @@ async function run() {
169
169
. arg ( '-ExecutionPolicy' )
170
170
. arg ( 'Unrestricted' )
171
171
. arg ( '-Command' )
172
- . arg ( `. '{path.join(path.resolve(__dirname),'RemoveAzContext.ps1')}'` ) ;
172
+ . arg ( `. '$ {path . join ( path . resolve ( __dirname ) , 'RemoveAzContext.ps1' ) } '` ) ;
173
173
174
174
let options = < tr . IExecOptions > {
175
175
cwd : input_workingDirectory ,
Original file line number Diff line number Diff line change 18
18
"version" : {
19
19
"Major" : 5 ,
20
20
"Minor" : 236 ,
21
- "Patch" : 1
21
+ "Patch" : 2
22
22
},
23
23
"releaseNotes" : " Added support for Az Module and cross platform agents." ,
24
24
"groups" : [
204
204
"PS_ExitCode" : " PowerShell exited with code '{0}'."
205
205
},
206
206
"_buildConfigMapping" : {
207
- "Default" : " 5.236.1 " ,
208
- "Node20_229_2" : " 5.236.2 "
207
+ "Default" : " 5.236.2 " ,
208
+ "Node20_229_2" : " 5.236.3 "
209
209
}
210
210
}
Original file line number Diff line number Diff line change 18
18
"version" : {
19
19
"Major" : 5 ,
20
20
"Minor" : 236 ,
21
- "Patch" : 1
21
+ "Patch" : 2
22
22
},
23
23
"releaseNotes" : " ms-resource:loc.releaseNotes" ,
24
24
"groups" : [
204
204
"PS_ExitCode" : " ms-resource:loc.messages.PS_ExitCode"
205
205
},
206
206
"_buildConfigMapping" : {
207
- "Default" : " 5.236.1 " ,
208
- "Node20_229_2" : " 5.236.2 "
207
+ "Default" : " 5.236.2 " ,
208
+ "Node20_229_2" : " 5.236.3 "
209
209
}
210
210
}
Original file line number Diff line number Diff line change @@ -169,7 +169,7 @@ async function run() {
169
169
. arg ( '-ExecutionPolicy' )
170
170
. arg ( 'Unrestricted' )
171
171
. arg ( '-Command' )
172
- . arg ( `. '{path.join(path.resolve(__dirname),'RemoveAzContext.ps1')}'` ) ;
172
+ . arg ( `. '$ {path . join ( path . resolve ( __dirname ) , 'RemoveAzContext.ps1' ) } '` ) ;
173
173
174
174
let options = < tr . IExecOptions > {
175
175
cwd : input_workingDirectory ,
Original file line number Diff line number Diff line change 18
18
"version" : {
19
19
"Major" : 5 ,
20
20
"Minor" : 236 ,
21
- "Patch" : 2
21
+ "Patch" : 3
22
22
},
23
23
"releaseNotes" : " Added support for Az Module and cross platform agents." ,
24
24
"groups" : [
208
208
"PS_ExitCode" : " PowerShell exited with code '{0}'."
209
209
},
210
210
"_buildConfigMapping" : {
211
- "Default" : " 5.236.1 " ,
212
- "Node20_229_2" : " 5.236.2 "
211
+ "Default" : " 5.236.2 " ,
212
+ "Node20_229_2" : " 5.236.3 "
213
213
}
214
214
}
Original file line number Diff line number Diff line change 18
18
"version" : {
19
19
"Major" : 5 ,
20
20
"Minor" : 236 ,
21
- "Patch" : 2
21
+ "Patch" : 3
22
22
},
23
23
"releaseNotes" : " ms-resource:loc.releaseNotes" ,
24
24
"groups" : [
208
208
"PS_ExitCode" : " ms-resource:loc.messages.PS_ExitCode"
209
209
},
210
210
"_buildConfigMapping" : {
211
- "Default" : " 5.236.1 " ,
212
- "Node20_229_2" : " 5.236.2 "
211
+ "Default" : " 5.236.2 " ,
212
+ "Node20_229_2" : " 5.236.3 "
213
213
}
214
214
}
You can’t perform that action at this time.
0 commit comments