File tree Expand file tree Collapse file tree 1 file changed +1
-6
lines changed Expand file tree Collapse file tree 1 file changed +1
-6
lines changed Original file line number Diff line number Diff line change 1
1
version : ' {build}'
2
2
skip_tags : true
3
3
image : Visual Studio 2019
4
- configuration : Release
5
4
install :
6
5
- ps : mkdir -Force ".\build\" | Out-Null
7
- # - ps: Invoke-WebRequest "https://raw.githubusercontent.com/dotnet/cli/release/2.0.0/scripts/obtain/dotnet-install.ps1" -OutFile ".\build\installcli.ps1"
8
- # - ps: $env:DOTNET_INSTALL_DIR = "$pwd\.dotnetcli"
9
- # - ps: '& .\build\installcli.ps1 -InstallDir "$env:DOTNET_INSTALL_DIR" -NoPath -Version 2.0.0-preview2-006497'
10
- # - ps: $env:Path = "$env:DOTNET_INSTALL_DIR;$env:Path"
11
6
build_script :
12
7
- ps : ./Build.ps1
13
8
test : off
@@ -16,7 +11,7 @@ artifacts:
16
11
deploy :
17
12
- provider : NuGet
18
13
api_key :
19
- secure : N59tiJECUYpip6tEn0xvdmDAEiP9SIzyLEFLpwiigm/8WhJvBNs13QxzT1/3/JW/
14
+ secure : JAnOxPQMZRp8ousbAW4vYnVtd936AOMp4gDGucCQ1RZrDZW3J+X5QmbLO7OJKtBr
20
15
skip_symbols : true
21
16
on :
22
17
branch : /^(master|dev)$/
You can’t perform that action at this time.
0 commit comments