File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ export class NuGetConfigHelper {
2424 private _authInfo : auth . NuGetAuthInfo ;
2525 private _environmentSettings : ngToolRunner . NuGetEnvironmentSettings ;
2626
27- private tempNugetConfigDir = path . join ( tl . getVariable ( 'agent.buildDirectory' ) , 'Nuget' ) ;
27+ private tempNugetConfigDir = path . join ( tl . getVariable ( 'system.defaultWorkingDirectory' ) || process . cwd ( ) , 'Nuget' ) ;
2828 private tempNugetConfigFileName = 'tempNuGet_' + tl . getVariable ( 'build.buildId' ) + '.config' ;
2929 public tempNugetConfigPath = path . join ( this . tempNugetConfigDir , this . tempNugetConfigFileName ) ;
3030
Original file line number Diff line number Diff line change 99 "version" : {
1010 "Major" : 0 ,
1111 "Minor" : 2 ,
12- "Patch" : 2
12+ "Patch" : 3
1313 },
1414 "minimumAgentVersion" : " 1.83.0" ,
1515 "groups" : [
Original file line number Diff line number Diff line change 99 "version" : {
1010 "Major" : 0 ,
1111 "Minor" : 2 ,
12- "Patch" : 2
12+ "Patch" : 3
1313 },
1414 "minimumAgentVersion" : " 1.83.0" ,
1515 "groups" : [
Original file line number Diff line number Diff line change 99 "version" : {
1010 "Major" : 0 ,
1111 "Minor" : 2 ,
12- "Patch" : 2
12+ "Patch" : 3
1313 },
1414 "demands" : [
1515 " Cmd"
Original file line number Diff line number Diff line change 99 "version" : {
1010 "Major" : 0 ,
1111 "Minor" : 2 ,
12- "Patch" : 2
12+ "Patch" : 3
1313 },
1414 "demands" : [
1515 " Cmd"
You can’t perform that action at this time.
0 commit comments