Commit 5f78e6c 1 parent e55e474 commit 5f78e6c Copy full SHA for 5f78e6c
File tree 1 file changed +5
-3
lines changed
1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,8 @@ branches:
6
6
- main
7
7
8
8
environment :
9
+ # bad, but without this, gitversion doesn't work anymore
10
+ IGNORE_NORMALISATION_GIT_HEAD_MOVE : 1
9
11
azure-key-vault-url :
10
12
secure : 1mKS/HfCVq+iYNRVSrrN8NEowOkKt3knrpMzw+SOy3g=
11
13
azure-key-vault-client-id :
@@ -29,16 +31,16 @@ install:
29
31
{
30
32
git checkout -qf $($env:APPVEYOR_PULL_REQUEST_HEAD_COMMIT)
31
33
}
32
- - ps : Invoke-WebRequest 'https://dot.net/v1/dotnet-install.ps1' -OutFile 'dotnet-install.ps1'
33
- - ps : ./dotnet-install.ps1 -Version 8.0.100 -InstallDir "C:\Program Files\dotnet"
34
+ # - ps: Invoke-WebRequest 'https://dot.net/v1/dotnet-install.ps1' -OutFile 'dotnet-install.ps1'
35
+ # - ps: ./dotnet-install.ps1 -Version 8.0.100 -InstallDir "C:\Program Files\dotnet"
34
36
35
37
pull_requests :
36
38
do_not_increment_build_number : false
37
39
38
40
build_script :
39
41
- ps : dotnet --info
40
42
- ps : gitversion /version
41
- - ps : .\build.ps1 --target=ci # --verbosity=diagnostic
43
+ - ps : .\build.ps1 --target=ci --verbosity=diagnostic
42
44
43
45
after_build :
44
46
- ps : gci -Filter *.trx -Path .\TestResults\ | % { (New-Object 'System.Net.WebClient').UploadFile("https://ci.appveyor.com/api/testresults/mstest/$($env:APPVEYOR_JOB_ID)", (Resolve-Path $_.FullName)) }
You can’t perform that action at this time.
0 commit comments