Skip to content

Tests for PowerShell hosting API#6737

Merged
daxian-dbw merged 4 commits intoPowerShell:masterfrom
adityapatwardhan:NugetTests
Apr 27, 2018
Merged

Tests for PowerShell hosting API#6737
daxian-dbw merged 4 commits intoPowerShell:masterfrom
adityapatwardhan:NugetTests

Conversation

@adityapatwardhan
Copy link
Copy Markdown
Member

PR Summary

These test are used by VSTS build as validation of MyGet packages for PowerShell hosting SDK. They are not part of the CI tests.

PR Checklist

@@ -0,0 +1,54 @@
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License.
using Xunit;
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

add a space after copyright header

Copy link
Copy Markdown
Member

@SteveL-MSFT SteveL-MSFT left a comment

Choose a reason for hiding this comment

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

One non-blocking comment

<PropertyGroup>
<Description>PowerShell hosting SDK xUnit Tests</Description>
<AssemblyName>powershell-hosting-tests</AssemblyName>
<RuntimeIdentifiers>win7-x86;win7-x64;osx.10.12-x64;linux-x64</RuntimeIdentifiers>
Copy link
Copy Markdown
Member

@daxian-dbw daxian-dbw Apr 26, 2018

Choose a reason for hiding this comment

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

No blocking, just a question :). is the RuntimeIdentifiers tag needed? It seems we are building an assembly instead of an app, so it shouldn't be necessary.

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

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

Removed it.

Copy link
Copy Markdown
Member

@TravisEz13 TravisEz13 left a comment

Choose a reason for hiding this comment

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

issue was fixed

@TravisEz13
Copy link
Copy Markdown
Member

Otherwise LGTM

@adityapatwardhan
Copy link
Copy Markdown
Member Author

@TravisEz13 updated as discussed.

@daxian-dbw daxian-dbw merged commit 2c3177a into PowerShell:master Apr 27, 2018
@adityapatwardhan adityapatwardhan deleted the NugetTests branch June 14, 2018 17:35
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