-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathappveyor.yml
46 lines (30 loc) · 1.53 KB
/
appveyor.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
image: Visual Studio 2019
version: $(templateVersion).{build}
environment:
templateVersion: '1.9.3'
OcarambaVersion: '3.3.0'
SeleniumWebDriverVersion: '3.141.0'
SeleniumSupportVersion: '3.141.0'
SeleniumWebdriverChromeDriverVersion: '91.0.4472.10100'
SeleniumWebDriverGeckoDriverVersion: '0.29.1'
SeleniumWebDriverIEDriverVersion: '3.150.1.2'
NUnitVersion: '3.13.2'
NUnit3TestAdapterVersion: '4.0.0'
MicrosoftNetTestSdkVersion: '16.8.3'
MSTestTestAdapterVersion: '2.2.4'
MSTestTestFrameworkVersion: '2.2.4'
NPOIVersion: '2.5.3'
NLogVersion: '4.7.10'
before_build:
- ps: >-
if ($env:APPVEYOR_REPO_TAG -eq "true")
{
Update-AppveyorBuild -Version "$env:APPVEYOR_REPO_TAG_NAME.$env:APPVEYOR_BUILD_NUMBER"
$env:templateVersion = "$env:APPVEYOR_REPO_TAG_NAME"
}
echo 'templateVersion' $env:templateVersion
((Get-Content -path ./Ocaramba.Templates.VSIX/source.extension.vsixmanifest -Raw) -replace 'Version="\d\.\d.\d" Language','Version="$($env:templateVersion)" Language') | Set-Content -Path ./Ocaramba.Templates.VSIX/source.extension.vsixmanifest
./setPackagesVersions.ps1
build_script:
- nuget restore ./Ocaramba.Templates.VSIX/Ocaramba.Templates.csproj -PackagesDirectory ./packages -Source https://api.nuget.org/v3/index.json -Verbosity Detailed -NonInteractive
- msbuild /p:configuration=Release /p:DeployExtension=false /p:ZipPackageCompressionLevel=normal /v:m