Skip to content

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

Merged
merged 7 commits into from
Mar 14, 2019

Conversation

JamesWTruher
Copy link
Contributor

PR Summary

updates for building in vsts
change version in .psd1 to 1.18.0
change version in .csproj to 1.18.0
revert back to 2.1.4 sdk version in container build

PR Checklist

@@ -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; `
Copy link
Collaborator

@bergmeister bergmeister Mar 14, 2019

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?

Suggested change
C:/dotnet-install.ps1 -Channel Release -Version 2.1.4; `
C:/dotnet-install.ps1 -Channel Release -Version 2.1.9; `

Copy link
Contributor Author

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.

@bergmeister bergmeister added this to the 1.18 milestone Mar 14, 2019
@JamesWTruher JamesWTruher merged commit 9642bf7 into PowerShell:development Mar 14, 2019
bergmeister pushed a commit to bergmeister/PSScriptAnalyzer that referenced this pull request Mar 22, 2019
* 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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants