-
Notifications
You must be signed in to change notification settings - Fork 394
Update versions for 1.18.0 Release #1174
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update versions for 1.18.0 Release #1174
Conversation
@@ -18,7 +18,7 @@ RUN Import-Module PackageManagement; ` | |||
Install-ChocolateyPackage -PackageName nuget.commandline -Executable nuget.exe -Cleanup; ` | |||
Install-Module -Force -Name platyPS; ` | |||
Invoke-WebRequest -Uri https://raw.githubusercontent.com/dotnet/cli/master/scripts/obtain/dotnet-install.ps1 -outfile C:/dotnet-install.ps1; ` | |||
C:/dotnet-install.ps1 -Channel Release -Version 2.2.3; ` | |||
C:/dotnet-install.ps1 -Channel Release -Version 2.1.4; ` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Have you tried using the latest patched version 2.1.9
? Maybe it was an issue of the 2.2 version not containing the 2.1 runtime that was needed for something?
C:/dotnet-install.ps1 -Channel Release -Version 2.1.4; ` | |
C:/dotnet-install.ps1 -Channel Release -Version 2.1.9; ` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
sadly, that build fails as well. I'm not too fussed about this, as it's just the build tool which is used in the docker image. I can tear this apart after this release.
This reverts commit dd353a0.
* Drop back to 2.1.4 for sdk in container * Don't take input for building, the release tag is never used * Push version to 1.18.0 * add param statement in vstsbuild script * add dummy ReleaseTag * Move up to sdk 2.1.9 * Revert "Move up to sdk 2.1.9" This reverts commit dd353a0.
PR Summary
updates for building in vsts
change version in
.psd1
to 1.18.0change version in
.csproj
to 1.18.0revert back to 2.1.4 sdk version in container build
PR Checklist
.cs
,.ps1
and.psm1
files have the correct copyright headerWIP:
to the beginning of the title and remove the prefix when the PR is ready.