File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ install:
12
12
- ps : Invoke-WebRequest -Uri "https://dotnet.microsoft.com/download/dotnet/scripts/v1/dotnet-install.ps1" -OutFile "$($env:DOTNET_INSTALL_DIR)/dotnet-install.ps1"
13
13
- ps : ' & "$($env:DOTNET_INSTALL_DIR)/dotnet-install.ps1" -Version 5.0.408 -InstallDir $env:DOTNET_INSTALL_DIR'
14
14
- ps : ' & "$($env:DOTNET_INSTALL_DIR)/dotnet-install.ps1" -Version 6.0.413 -InstallDir $env:DOTNET_INSTALL_DIR'
15
- - ps : ' & "$($env:DOTNET_INSTALL_DIR)/dotnet-install.ps1" -Version 7.0.400 -InstallDir $env:DOTNET_INSTALL_DIR'
15
+ - ps : ' & "$($env:DOTNET_INSTALL_DIR)/dotnet-install.ps1" -Version 7.0.401 -InstallDir $env:DOTNET_INSTALL_DIR'
16
16
- ps : $env:Path = "$env:DOTNET_INSTALL_DIR;$env:Path"
17
17
- ps : dotnet --info
18
18
Original file line number Diff line number Diff line change 22
22
<PackageLicenseExpression >MIT</PackageLicenseExpression >
23
23
<RepositoryType >git</RepositoryType >
24
24
<RepositoryUrl >https://github.com/cake-contrib/Cake.AzureDevOps.git</RepositoryUrl >
25
- <PackageReleaseNotes >https://github.com/cake-contrib/Cake.AzureDevOps/releases/tag/3.0.0 </PackageReleaseNotes >
25
+ <PackageReleaseNotes >https://github.com/cake-contrib/Cake.AzureDevOps/releases/tag/3.0.1 </PackageReleaseNotes >
26
26
<CopyLocalLockFileAssemblies >true</CopyLocalLockFileAssemblies >
27
27
<IncludeBuildOutput >false</IncludeBuildOutput >
28
28
<TargetsForTfmSpecificContentInPackage >$(TargetsForTfmSpecificContentInPackage);PackBuildOutputs</TargetsForTfmSpecificContentInPackage >
You can’t perform that action at this time.
0 commit comments