File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -6,16 +6,16 @@ platform:
6
6
7
7
configuration :
8
8
- Debug
9
-
9
+
10
10
build_script :
11
11
- cmd : nuget restore src/GitVersion.sln
12
-
12
+
13
13
- cmd : msbuild src/GitVersion.sln "/p:Configuration=%CONFIGURATION%;Platform=%PLATFORM%"
14
14
- ps : .\build\NuGetCommandLineBuild\tools\GitVersion.exe /l console /output buildserver /updateAssemblyInfo
15
15
- cmd : msbuild src/GitVersion.sln "/p:Configuration=%CONFIGURATION%;Platform=%PLATFORM%"
16
16
17
17
- cmd : appveyor PushArtifact "build\NuGetExeBuild\GitVersion.Portable.%GitVersion_NuGetVersion%.nupkg"
18
-
18
+
19
19
- cmd : appveyor PushArtifact "build\NuGetCommandLineBuild\GitVersion.CommandLine.%GitVersion_NuGetVersion%.nupkg"
20
20
- cmd : appveyor PushArtifact "build\NuGetRefBuild\GitVersion.%GitVersion_NuGetVersion%.nupkg"
21
21
- cmd : appveyor PushArtifact "build\NuGetTaskBuild\GitVersionTask.%GitVersion_NuGetVersion%.nupkg"
@@ -26,3 +26,6 @@ build_script:
26
26
27
27
test_script :
28
28
- nunit-console "src\GitVersionTask.Tests\bin\%CONFIGURATION%\GitVersionTask.Tests.dll" "src\GitVersionExe.Tests\bin\%CONFIGURATION%\GitVersionExe.Tests.dll" "src\GitVersionCore.Tests\bin\%CONFIGURATION%\GitVersionCore.Tests.dll" /noshadow
29
+
30
+ cache :
31
+ - src\packages -> **\packages.config # preserve "packages" directory in the root of build folder but will reset it if packages.config is modified
You can’t perform that action at this time.
0 commit comments