File tree 1 file changed +5
-16
lines changed
1 file changed +5
-16
lines changed Original file line number Diff line number Diff line change 1
1
version : 1.0.0-{branch}-{build}
2
2
3
- os : Visual Studio 2015
4
-
5
- environment :
6
- matrix :
7
- - CLI_VERSION : 1.0.0-preview2-003131
8
-
9
- install :
10
- - ps : $url = "https://dotnetcli.blob.core.windows.net/dotnet/preview/Binaries/$($env:CLI_VERSION)/dotnet-dev-win-x64.$($env:CLI_VERSION.ToLower()).zip"
11
- - ps : $env:DOTNET_INSTALL_DIR = "$pwd\.dotnetsdk"
12
- - ps : mkdir $env:DOTNET_INSTALL_DIR -Force | Out-Null
13
- - ps : $tempFile = [System.IO.Path]::GetTempFileName()
14
- - ps : (New-Object System.Net.WebClient).DownloadFile($url, $tempFile)
15
- - ps : Add-Type -AssemblyName System.IO.Compression.FileSystem; [System.IO.Compression.ZipFile]::ExtractToDirectory($tempFile, $env:DOTNET_INSTALL_DIR)
16
- - ps : $env:Path = "$env:DOTNET_INSTALL_DIR;$env:Path"
17
-
18
3
branches :
19
4
only :
20
5
- master
21
6
- dev
22
7
8
+ image : Visual Studio 2015
9
+
10
+ init :
11
+ - dotnet --version
12
+
23
13
pull_requests :
24
14
do_not_increment_build_number : true
25
15
26
16
build_script :
27
- - cmd : dotnet --info
28
17
- cmd : call cmd /C "cd .\build & pack.flurl.cmd & pack.flurl.http.cmd"
29
18
30
19
test_script :
You can’t perform that action at this time.
0 commit comments