File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ <Project xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" DefaultTargets =" AppVeyorBuild" >
2+ <PropertyGroup >
3+ <APPVEYOR_BUILD_VERSION Condition =" '$(APPVEYOR_BUILD_VERSION)' == ''" >0.0.0-rc0</APPVEYOR_BUILD_VERSION >
4+ </PropertyGroup >
5+ <ItemGroup >
6+ <ProjectToBuild Include =" NuLog.sln" >
7+ <Properties >Configuration=Release-3.5</Properties >
8+ </ProjectToBuild >
9+ <ProjectToBuild Include =" NuLog.sln" >
10+ <Properties >Configuration=Release-4</Properties >
11+ </ProjectToBuild >
12+ <ProjectToBuild Include =" NuLog.sln" >
13+ <Properties >Configuration=Release-4.5.2</Properties >
14+ </ProjectToBuild >
15+ </ItemGroup >
16+ <Target Name =" AppVeyorBuild" >
17+ <MSBuild Projects =" @(ProjectToBuild)" />
18+ <Exec Command =" nuget pack NuLog.nuspec -version $(APPVEYOR_BUILD_VERSION)" />
19+ </Target >
20+ </Project >
You can’t perform that action at this time.
0 commit comments