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:
1212 - ps : Invoke-WebRequest -Uri "https://dotnet.microsoft.com/download/dotnet/scripts/v1/dotnet-install.ps1" -OutFile "$($env:DOTNET_INSTALL_DIR)/dotnet-install.ps1"
1313 - ps : ' & "$($env:DOTNET_INSTALL_DIR)/dotnet-install.ps1" -Version 5.0.408 -InstallDir $env:DOTNET_INSTALL_DIR'
1414 - 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'
1616 - ps : $env:Path = "$env:DOTNET_INSTALL_DIR;$env:Path"
1717 - ps : dotnet --info
1818
Original file line number Diff line number Diff line change 2222 <PackageLicenseExpression >MIT</PackageLicenseExpression >
2323 <RepositoryType >git</RepositoryType >
2424 <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 >
2626 <CopyLocalLockFileAssemblies >true</CopyLocalLockFileAssemblies >
2727 <IncludeBuildOutput >false</IncludeBuildOutput >
2828 <TargetsForTfmSpecificContentInPackage >$(TargetsForTfmSpecificContentInPackage);PackBuildOutputs</TargetsForTfmSpecificContentInPackage >
You can’t perform that action at this time.
0 commit comments