Update build/deploy configuration

This commit is contained in:
2023-04-27 20:51:18 -04:00
parent 9e10ac0ab9
commit 4fc28ed0c1
2 changed files with 10 additions and 14 deletions

View File

@@ -2,7 +2,7 @@ version: 1.1.0.{build}
pull_requests:
do_not_increment_build_number: true
skip_tags: true
image: Visual Studio 2017
image: Visual Studio 2022
configuration: Release - With Setup
assembly_info:
patch: true
@@ -17,8 +17,4 @@ artifacts:
name: Release
deploy:
- provider: Environment
name: GitHub
install:
- cmd: git submodule update --init --recursive
before_build:
- cmd: nuget restore
name: GitHub