Browse Source

Update appveyor.yml

pull/2833/head
MysticBoy GitHub 5 years ago
parent
commit
fc1d7a1fcc
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 2 deletions
  1. +4
    -2
      appveyor.yml

+ 4
- 2
appveyor.yml View File

@@ -43,8 +43,6 @@ clone_depth: 5 # clone entire repository history if not def
# environment variables # environment variables
environment: environment:
DNVer: net472
DNCVer: netcoreapp3.1
# my_var1: value1 # my_var1: value1
# # this is how to set encrypted variable. Go to "Settings" -> "Encrypt YAML" page in account menu to encrypt data. # # this is how to set encrypted variable. Go to "Settings" -> "Encrypt YAML" page in account menu to encrypt data.
# my_secure_var1: # my_secure_var1:
@@ -52,8 +50,12 @@ environment:
matrix: matrix:
- platform: x86 - platform: x86
configuration: Debug configuration: Debug
DNVer: net472
DNCVer: netcoreapp3.1
- platform: x86 - platform: x86
configuration: Release configuration: Release
DNVer: net472
DNCVer: netcoreapp3.1
# this is how to allow failing jobs in the matrix # this is how to allow failing jobs in the matrix
matrix: matrix:


Loading…
Cancel
Save