File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 66 </ItemGroup >
77 <PropertyGroup >
88 <APPVEYOR_BUILD_VERSION Condition =" '$(APPVEYOR_BUILD_VERSION)' == ''" >0.0.0-rc0</APPVEYOR_BUILD_VERSION >
9+ <APPVEYOR_REPO_TAG_NAME Condition =" '$(APPVEYOR_REPO_TAG_NAME)' == ''" >$(APPVEYOR_BUILD_VERSION)</APPVEYOR_REPO_TAG_NAME >
910
1011 <TESTS_DLL Condition =" '$(TESTS_DLL)' == ''" >NuLog.Tests\bin\Debug\NuLog.Tests.dll</TESTS_DLL >
1112
5253 </Target >
5354 <Target Name =" AppVeyorBuild" >
5455 <MSBuild Projects =" @(ProjectToBuild)" />
55- <Exec Command =" nuget pack NuGet\NuLog.nuspec -version $(APPVEYOR_BUILD_VERSION )" />
56- <Exec Command =" nuget pack NuGet\NuLog.Configuration\NuLog.Configuration.nuspec -version $(APPVEYOR_BUILD_VERSION )" />
56+ <Exec Command =" nuget pack NuGet\NuLog.nuspec -version $(APPVEYOR_REPO_TAG_NAME )" />
57+ <Exec Command =" nuget pack NuGet\NuLog.Configuration\NuLog.Configuration.nuspec -version $(APPVEYOR_REPO_TAG_NAME )" />
5758
5859 <ItemGroup >
5960 <FilesToDelete Include =" **\NuLog*0.0.0-rc0.nupkg" />
You can’t perform that action at this time.
0 commit comments