Skip to content
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

Replace IsOSX with IsMacOS #1248

Merged
merged 1 commit into from
Mar 29, 2018
Merged

Replace IsOSX with IsMacOS #1248

merged 1 commit into from
Mar 29, 2018

Conversation

GavinEke
Copy link
Contributor

@@ -109,7 +109,7 @@ task BuildEditorServices {
task BuildAll BuildEditorServices, Build -Before Package

task Test Build, {
if (!$global:IsLinux -and !$global:IsOSX) {
if (!$global:IsLinux -and !$global:IsMacOS) {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oops. Good catch!

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Lol. We had the same in PSSA.

Copy link
Member

@TylerLeonhardt TylerLeonhardt left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@rkeithhill rkeithhill added this to the 1.6.1 milestone Mar 29, 2018
@rkeithhill rkeithhill merged commit b88506e into PowerShell:master Mar 29, 2018
@rkeithhill
Copy link
Contributor

@GavinEke Thanks for your contribution!

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.

4 participants