Skip to content

Commit

Permalink
updated nuspec
Browse files Browse the repository at this point in the history
  • Loading branch information
csoltenborn committed Feb 29, 2020
1 parent d41a6f6 commit f03d72c
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 6 deletions.
6 changes: 4 additions & 2 deletions GoogleTestAdapter/Packaging.GTA/Packaging.GTA.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,9 @@
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
<IncludeInVSIX>true</IncludeInVSIX>
</Content>
<Content Include="Resources\gtest-logo.png" />
<Content Include="Resources\gtest-logo.png">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="Resources\Preview.png">
<IncludeInVSIX>true</IncludeInVSIX>
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
Expand All @@ -109,7 +111,7 @@
<PropertyGroup>
<PostBuildEvent>echo At least one file is needed within the lib/native folder to convince VS that our package can be installed into native C++ projects. &gt;"$(TargetDir)_.txt"

$(NuGetPackages)NuGet.CommandLine.4.9.2\tools\nuget pack VsPackage.nuspec -NonInteractive</PostBuildEvent>
$(NuGetPackages)NuGet.CommandLine.5.4.0\tools\nuget pack VsPackage.nuspec -NonInteractive</PostBuildEvent>
</PropertyGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<Import Project="$(VSToolsPath)\VSSDK\Microsoft.VsSDK.targets" Condition="'$(VSToolsPath)' != ''" />
Expand Down
11 changes: 8 additions & 3 deletions GoogleTestAdapter/Packaging.GTA/VsPackage.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,15 @@
<language>en-US</language>
<projectUrl>https://github.com/csoltenborn/GoogleTestAdapter</projectUrl>
<iconUrl>https://github.com/csoltenborn/GoogleTestAdapter/raw/4e1957f62df47a2dad6b3e2fed1f790503cba399/GoogleTestAdapter/Packaging.GTA/Resources/gtest-logo.png</iconUrl>
<license type="file">LICENSE.txt</license>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<icon>gtest-logo.png</icon>
<license type="expression">Apache-2.0</license>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<developmentDependency>true</developmentDependency>
<copyright>Copyright 2015-2019 Christian Soltenborn</copyright>
<copyright>Copyright 2015-2020 Christian Soltenborn</copyright>
<tags>native gtest Google Test adapter C++ unit integration automated testing</tags>
<dependencies>
<group targetFramework="native0.0" />
</dependencies>
</metadata>
<files>
<file src="GoogleTestAdapter.Common.dll" target="build\_common\" />
Expand All @@ -28,6 +32,7 @@
<file src="x64\msdia140.dll" target="build\_common\x64\" />

<file src="LICENSE.txt" target="" />
<file src="Resources\gtest-logo.png" target="" />
<file src="_.txt" target="lib\native\" />
</files>
</package>
2 changes: 1 addition & 1 deletion GoogleTestAdapter/Packaging.GTA/packages.config
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="NuGet.CommandLine" version="4.9.2" targetFramework="net45" developmentDependency="true" />
<package id="NuGet.CommandLine" version="5.4.0" targetFramework="net45" developmentDependency="true" />
</packages>

0 comments on commit f03d72c

Please sign in to comment.