-
-
Notifications
You must be signed in to change notification settings - Fork 126
Expand file tree
/
Copy pathappveyor.yml
More file actions
26 lines (19 loc) · 634 Bytes
/
Copy pathappveyor.yml
File metadata and controls
26 lines (19 loc) · 634 Bytes
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
image:
- Visual Studio 2022
- Ubuntu
- MacOS
version: 6.0.0-preview-10-{build}
test: off
skip_commits:
message: /noci .*/
build_script:
- dotnet run -v:minimal -c:Release -p:LatestSupportedNet=net7.0 -f:net7.0 --project test/DryIoc.TestRunner/DryIoc.TestRunner.csproj
- dotnet run -v:minimal -c:Release -p:LatestSupportedNet=net7.0 -f:net7.0 -p:UseCompilationOnly=true --project test/DryIoc.TestRunner/DryIoc.TestRunner.csproj
for:
- matrix:
only:
- image: Visual Studio 2022
build_script:
- build.bat net8.0
artifacts:
- path: .\.dist\packages\*.nupkg