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 @@ -18,7 +18,7 @@ async function getRegistryAuthenticationToken(): Promise<AuthenticationToken> {
18
18
let token : AuthenticationToken ;
19
19
20
20
if ( registryType == "Azure Container Registry" ) {
21
- authenticationProvider = new ACRAuthenticationTokenProvider ( tl . getInput ( "azureSubscriptionEndpointForSecrets " ) , tl . getInput ( "azureContainerRegistry" ) ) ;
21
+ authenticationProvider = new ACRAuthenticationTokenProvider ( tl . getInput ( "azureSubscriptionEndpoint " ) , tl . getInput ( "azureContainerRegistry" ) ) ;
22
22
token = authenticationProvider . getAuthenticationToken ( ) ;
23
23
}
24
24
else {
Original file line number Diff line number Diff line change 14
14
"version" : {
15
15
"Major" : 2 ,
16
16
"Minor" : 243 ,
17
- "Patch" : 0
17
+ "Patch" : 2
18
18
},
19
19
"preview" : false ,
20
20
"showEnvironmentVariables" : true ,
Original file line number Diff line number Diff line change 14
14
"version" : {
15
15
"Major" : 2 ,
16
16
"Minor" : 243 ,
17
- "Patch" : 0
17
+ "Patch" : 2
18
18
},
19
19
"preview" : false ,
20
20
"showEnvironmentVariables" : true ,
Original file line number Diff line number Diff line change 1
- Default|2.243.0
2
- Node20_229_11|2.243.1
1
+ Default|2.243.2
2
+ Node20_229_11|2.243.3
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ async function getRegistryAuthenticationToken(): Promise<AuthenticationToken> {
18
18
let token : AuthenticationToken ;
19
19
20
20
if ( registryType == "Azure Container Registry" ) {
21
- authenticationProvider = new ACRAuthenticationTokenProvider ( tl . getInput ( "azureSubscriptionEndpointForSecrets " ) , tl . getInput ( "azureContainerRegistry" ) ) ;
21
+ authenticationProvider = new ACRAuthenticationTokenProvider ( tl . getInput ( "azureSubscriptionEndpoint " ) , tl . getInput ( "azureContainerRegistry" ) ) ;
22
22
token = authenticationProvider . getAuthenticationToken ( ) ;
23
23
}
24
24
else {
Original file line number Diff line number Diff line change 14
14
"version" : {
15
15
"Major" : 2 ,
16
16
"Minor" : 243 ,
17
- "Patch" : 0
17
+ "Patch" : 2
18
18
},
19
19
"preview" : false ,
20
20
"showEnvironmentVariables" : true ,
296
296
}
297
297
],
298
298
"_buildConfigMapping" : {
299
- "Default" : " 2.243.0 " ,
300
- "Node20_229_11" : " 2.243.1 "
299
+ "Default" : " 2.243.2 " ,
300
+ "Node20_229_11" : " 2.243.3 "
301
301
}
302
302
}
Original file line number Diff line number Diff line change 14
14
"version" : {
15
15
"Major" : 2 ,
16
16
"Minor" : 243 ,
17
- "Patch" : 0
17
+ "Patch" : 2
18
18
},
19
19
"preview" : false ,
20
20
"showEnvironmentVariables" : true ,
296
296
}
297
297
],
298
298
"_buildConfigMapping" : {
299
- "Default" : " 2.243.0 " ,
300
- "Node20_229_11" : " 2.243.1 "
299
+ "Default" : " 2.243.2 " ,
300
+ "Node20_229_11" : " 2.243.3 "
301
301
}
302
302
}
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ async function getRegistryAuthenticationToken(): Promise<AuthenticationToken> {
18
18
let token : AuthenticationToken ;
19
19
20
20
if ( registryType == "Azure Container Registry" ) {
21
- authenticationProvider = new ACRAuthenticationTokenProvider ( tl . getInput ( "azureSubscriptionEndpointForSecrets " ) , tl . getInput ( "azureContainerRegistry" ) ) ;
21
+ authenticationProvider = new ACRAuthenticationTokenProvider ( tl . getInput ( "azureSubscriptionEndpoint " ) , tl . getInput ( "azureContainerRegistry" ) ) ;
22
22
token = authenticationProvider . getAuthenticationToken ( ) ;
23
23
}
24
24
else {
Original file line number Diff line number Diff line change 14
14
"version" : {
15
15
"Major" : 2 ,
16
16
"Minor" : 243 ,
17
- "Patch" : 1
17
+ "Patch" : 3
18
18
},
19
19
"preview" : false ,
20
20
"showEnvironmentVariables" : true ,
300
300
}
301
301
],
302
302
"_buildConfigMapping" : {
303
- "Default" : " 2.243.0 " ,
304
- "Node20_229_11" : " 2.243.1 "
303
+ "Default" : " 2.243.2 " ,
304
+ "Node20_229_11" : " 2.243.3 "
305
305
}
306
306
}
Original file line number Diff line number Diff line change 14
14
"version" : {
15
15
"Major" : 2 ,
16
16
"Minor" : 243 ,
17
- "Patch" : 1
17
+ "Patch" : 3
18
18
},
19
19
"preview" : false ,
20
20
"showEnvironmentVariables" : true ,
300
300
}
301
301
],
302
302
"_buildConfigMapping" : {
303
- "Default" : " 2.243.0 " ,
304
- "Node20_229_11" : " 2.243.1 "
303
+ "Default" : " 2.243.2 " ,
304
+ "Node20_229_11" : " 2.243.3 "
305
305
}
306
306
}
You can’t perform that action at this time.
0 commit comments