Skip to content

Commit

Permalink
Props fix to remove platform specific folders (#161)
Browse files Browse the repository at this point in the history
* Props fix to remove platform specific folders

* Bumping up version
  • Loading branch information
jayaranigarg committed Apr 20, 2017
1 parent d7a3666 commit 18f768e
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion src/Adapter/Build/NetCore/MSTest.TestAdapter.props
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
<Visible>False</Visible>
</Content>
<Content Include="$(MSBuildThisFileDirectory)..\netstandard1.3\Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.dll">
<Content Include="$(MSBuildThisFileDirectory)Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.dll">
<Link>Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.dll</Link>
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
<Visible>False</Visible>
Expand Down
2 changes: 1 addition & 1 deletion src/Adapter/Build/Universal/MSTest.TestAdapter.props
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
<Visible>False</Visible>
</Content>
<Content Include="$(MSBuildThisFileDirectory)..\uap10.0\Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.dll">
<Content Include="$(MSBuildThisFileDirectory)Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.dll">
<Link>Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.dll</Link>
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
<Visible>False</Visible>
Expand Down
2 changes: 1 addition & 1 deletion src/Package/MSTest.TestAdapter.Enu.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package >
<metadata>
<id>MSTest.TestAdapter</id>
<version>1.1.16</version>
<version>1.1.17</version>
<title>MSTest.TestAdapter.Enu</title>
<requireLicenseAcceptance>true</requireLicenseAcceptance>
<authors>Microsoft</authors>
Expand Down
2 changes: 1 addition & 1 deletion src/Package/MSTest.TestAdapter.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package >
<metadata>
<id>MSTest.TestAdapter</id>
<version>1.1.16</version>
<version>1.1.17</version>
<title>MSTest.TestAdapter</title>
<requireLicenseAcceptance>true</requireLicenseAcceptance>
<authors>Microsoft</authors>
Expand Down
2 changes: 1 addition & 1 deletion src/Package/MSTest.TestAdapter.symbols.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package >
<metadata>
<id>MSTest.TestAdapter.symbols</id>
<version>1.1.16</version>
<version>1.1.17</version>
<title>MSTest.TestAdapter.symbols</title>
<requireLicenseAcceptance>true</requireLicenseAcceptance>
<authors>Microsoft</authors>
Expand Down
2 changes: 1 addition & 1 deletion src/Package/MSTest.TestFramework.enu.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package >
<metadata>
<id>MSTest.TestFramework</id>
<version>1.1.16</version>
<version>1.1.17</version>
<title>MSTest.TestFramework.Enu</title>
<requireLicenseAcceptance>true</requireLicenseAcceptance>
<authors>Microsoft</authors>
Expand Down
2 changes: 1 addition & 1 deletion src/Package/MSTest.TestFramework.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package >
<metadata>
<id>MSTest.TestFramework</id>
<version>1.1.16</version>
<version>1.1.17</version>
<title>MSTest.TestFramework</title>
<requireLicenseAcceptance>true</requireLicenseAcceptance>
<authors>Microsoft</authors>
Expand Down
2 changes: 1 addition & 1 deletion src/Package/MSTest.TestFramework.symbols.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package >
<metadata>
<id>MSTest.TestFramework.symbols</id>
<version>1.1.16</version>
<version>1.1.17</version>
<title>MSTest.TestFramework.symbols</title>
<requireLicenseAcceptance>true</requireLicenseAcceptance>
<authors>Microsoft</authors>
Expand Down

0 comments on commit 18f768e

Please sign in to comment.