File tree 5 files changed +7
-5
lines changed
5 files changed +7
-5
lines changed Original file line number Diff line number Diff line change 9
9
- mono .nuget/nuget.exe restore src/GitVersion.sln -Verbosity detailed
10
10
- mono .nuget/nuget.exe install NUnit.Runners -Version 3.2.1 -OutputDirectory ./src/packages
11
11
script :
12
+ - xbuild ./src/GitVersion.sln /property:Configuration="Debug" /verbosity:detailed
13
+ - mono ./build/NuGetCommandLineBuild/tools/GitVersion.exe -l -console -output buildserver -updateAssemblyInfo
12
14
- xbuild ./src/GitVersion.sln /property:Configuration="Debug" /verbosity:detailed
13
15
- mono ./src/packages/NUnit.ConsoleRunner.3.2.1/tools/nunit3-console.exe ./src/GitVersionTask.Tests/bin/Debug/GitVersionTask.Tests.dll ./src/GitVersionCore.Tests/bin/Debug/GitVersionCore.Tests.dll ./src/GitVersionTask.Tests/bin/Debug/GitVersionTask.Tests.dll ./src/GitVersionExe.Tests/bin/Debug/GitVersionExe.Tests.dll --where "cat != NoMono" --noresult
14
16
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" utf-8" ?>
2
2
<packages >
3
- <package id =" Caseless.Fody" version =" 1.4.1 " targetFramework =" net40" developmentDependency =" true" />
3
+ <package id =" Caseless.Fody" version =" 1.4.2 " targetFramework =" net40" developmentDependency =" true" />
4
4
<package id =" Fody" version =" 1.29.4" targetFramework =" net40" developmentDependency =" true" />
5
5
<package id =" GitTools.Core" version =" 1.1.0-beta0001" targetFramework =" net40" />
6
6
<package id =" JetBrainsAnnotations.Fody" version =" 1.0.4.0" targetFramework =" net4" developmentDependency =" true" />
Original file line number Diff line number Diff line change 135
135
]]> </Code >
136
136
</Task >
137
137
</UsingTask >
138
- <Target Name =" AfterBuild" DependsOnTargets =" Clean" Condition =" $(NCrunch)=='' And '$(OS)' != 'Unix' " >
138
+ <Target Name =" AfterBuild" DependsOnTargets =" Clean" Condition =" $(NCrunch)==''" >
139
139
<MakeDir Directories =" $(TargetDir)ILMergeTemp\" />
140
140
<PropertyGroup >
141
141
<Runtime Condition =" '$(OS)'=='Unix'" >mono</Runtime >
178
178
<Copy SourceFiles =" $(SolutionDir)GitVersionTfsTask\builds.png" DestinationFolder =" $(BuildDir)GitVersionTfsTaskBuild\img" />
179
179
<Copy SourceFiles =" $(SolutionDir)GitVersionTfsTask\build-task.png" DestinationFolder =" $(BuildDir)GitVersionTfsTaskBuild\img" />
180
180
<Copy SourceFiles =" $(OutputPath)ILMergeTemp\GitVersion.exe" DestinationFolder =" $(BuildDir)GitVersionTfsTaskBuild\GitVersionTask" />
181
- <Copy SourceFiles =" $(OutputPath)GitVersion.pdb" DestinationFolder =" $(BuildDir)GitVersionTfsTaskBuild\GitVersionTask" />
181
+ <Copy SourceFiles =" $(OutputPath)GitVersion.pdb" DestinationFolder =" $(BuildDir)GitVersionTfsTaskBuild\GitVersionTask" Condition = " Exists('$(OutputPath)GitVersion.pdb') " />
182
182
<Copy SourceFiles =" $(SolutionDir)GitVersionTfsTask\icon.png" DestinationFolder =" $(BuildDir)GitVersionTfsTaskBuild\GitVersionTask" />
183
183
<Copy SourceFiles =" $(SolutionDir)GitVersionTfsTask\task.json" DestinationFolder =" $(BuildDir)GitVersionTfsTaskBuild\GitVersionTask" />
184
184
<Copy SourceFiles =" $(SolutionDir)GitVersionTfsTask\GitVersion.ps1" DestinationFolder =" $(BuildDir)GitVersionTfsTaskBuild\GitVersionTask" />
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" utf-8" ?>
2
2
<packages >
3
- <package id =" Caseless.Fody" version =" 1.4.1 " targetFramework =" net40" developmentDependency =" true" />
3
+ <package id =" Caseless.Fody" version =" 1.4.2 " targetFramework =" net40" developmentDependency =" true" />
4
4
<package id =" Fody" version =" 1.29.4" targetFramework =" net40" developmentDependency =" true" />
5
5
<package id =" GitTools.Core" version =" 1.1.0-beta0001" targetFramework =" net40" />
6
6
<package id =" ILRepack" version =" 2.0.10" targetFramework =" net40" />
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" utf-8" ?>
2
2
<packages >
3
- <package id =" Caseless.Fody" version =" 1.4.1 " targetFramework =" net40" developmentDependency =" true" />
3
+ <package id =" Caseless.Fody" version =" 1.4.2 " targetFramework =" net40" developmentDependency =" true" />
4
4
<package id =" Fody" version =" 1.29.4" targetFramework =" net40" developmentDependency =" true" />
5
5
<package id =" GitTools.Core" version =" 1.1.0-beta0001" targetFramework =" net40" />
6
6
<package id =" ILRepack" version =" 2.0.10" targetFramework =" net40" />
You can’t perform that action at this time.
0 commit comments