-
Notifications
You must be signed in to change notification settings - Fork 223
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
Upgrade PowerShellStandard.Library, PowerShell.SDK, NET.Test.SDK and Serilog NuGet packages to latest released version and enable AppVeyor build on any branch #859
Conversation
@@ -22,13 +22,13 @@ | |||
<Service Include="{82a7f48d-3b50-4b1e-b82e-3ada8210c358}" /> | |||
</ItemGroup> | |||
<ItemGroup Condition=" '$(TargetFramework)' == 'netcoreapp2.1' "> | |||
<PackageReference Include="Microsoft.PowerShell.SDK" Version="6.1.0-rc.1" /> | |||
<PackageReference Include="Microsoft.PowerShell.SDK" Version="6.1.0" /> |
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.
@rjmholt Could we even go for 6.1.2
for the SDK or is that breaking if someone uses e.g. 6.1.1
?
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.
No, that would be perfect. This is just for testing (not distributed to users), and there should be no breaking changes between 6.1.1 and 6.1.2 anyway.
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.
Thanks @bergmeister!
@@ -3,11 +3,6 @@ image: Visual Studio 2017 | |||
clone_depth: 10 | |||
skip_tags: true | |||
|
|||
branches: |
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.
@TylerLeonhardt do you think master
and legacy/1.x
is what we might want here?
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.
I prefer to no have anything in there because otherwise i cannot run the tests in my fork branches
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.
I suspect we were misusing this now that I'm reading up on it. Looks like it should be fine to take out
@@ -22,13 +22,13 @@ | |||
<Service Include="{82a7f48d-3b50-4b1e-b82e-3ada8210c358}" /> | |||
</ItemGroup> | |||
<ItemGroup Condition=" '$(TargetFramework)' == 'netcoreapp2.1' "> | |||
<PackageReference Include="Microsoft.PowerShell.SDK" Version="6.1.0-rc.1" /> | |||
<PackageReference Include="Microsoft.PowerShell.SDK" Version="6.1.0" /> |
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.
No, that would be perfect. This is just for testing (not distributed to users), and there should be no breaking changes between 6.1.1 and 6.1.2 anyway.
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.
LGTM feel free to update the version of the PowerShell SDK used :)
@TylerLeonhardt Ok, I bumped the ps sdk to the latest version. I think we can merge now. |
This time I did not upgrade the XUnit packages as per the last PR feedback