File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed
Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 1717 <NuGetPackageImportStamp >
1818 </NuGetPackageImportStamp >
1919 <TargetFrameworkProfile />
20+ <NuPkgVersion Condition =" '$(appveyor_build_version)' != ''" >$(appveyor_build_version)</NuPkgVersion >
21+ <NuPkgVersion Condition =" '$(NuPkgVersion)' == ''" >1.0.0-local</NuPkgVersion >
2022 </PropertyGroup >
2123 <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
2224 <PlatformTarget >AnyCPU</PlatformTarget >
192194 </ItemGroup >
193195 <Import Project =" $(MSBuildToolsPath)\Microsoft.CSharp.targets" />
194196 <Target Name =" AfterBuild" >
195- <Exec Command =" " $(SolutionDir)packages\NuGet.CommandLine.3.4.3\tools\NuGet.exe" pack xunit.runner.wpf.nuspec -NoPackageAnalysis -OutputDirectory ." WorkingDirectory =" $(OutDir)" LogStandardErrorAsError =" true" ConsoleToMSBuild =" true" >
197+ <Exec Command =" " $(SolutionDir)packages\NuGet.CommandLine.3.4.3\tools\NuGet.exe" pack xunit.runner.wpf.nuspec -Version $(NuPkgVersion) -OutputDirectory ." WorkingDirectory =" $(OutDir)" LogStandardErrorAsError =" true" ConsoleToMSBuild =" true" >
196198 <Output TaskParameter =" ConsoleOutput" PropertyName =" OutputOfExec" />
197199 </Exec >
198200 </Target >
199- </Project >
201+ </Project >
Original file line number Diff line number Diff line change 22<package >
33 <metadata >
44 <id >xunit.runner.wpf</id >
5- <version >1.0.0 </version >
5+ <version >$version$ </version >
66 <title >xUnit.Runner.WPF</title >
77 <authors >Pilchie</authors >
88 <owners >Pilchie</owners >
1616 <file src =" *.exe" target =" tools\" exclude =" *vshost*" />
1717 <file src =" *.config" target =" tools\" exclude =" *vshost*" />
1818 </files >
19- </package >
19+ </package >
You can’t perform that action at this time.
0 commit comments