Trying build without nuke
This commit is contained in:
parent
c9a1de27ca
commit
4f49b34bfd
14
appveyor.yml
14
appveyor.yml
@ -1,9 +1,19 @@
|
|||||||
version: 1.0.{build}
|
version: 1.0.{build}
|
||||||
image: Visual Studio 2019
|
image: Visual Studio 2019
|
||||||
|
configuration:
|
||||||
|
- Release
|
||||||
install:
|
install:
|
||||||
- cmd: git submodule -q update --init
|
- cmd: git submodule -q update --init
|
||||||
build_script:
|
dotnet_csproj:
|
||||||
- ps: .\build.ps1
|
patch: true
|
||||||
|
file: '**\*.csproj'
|
||||||
|
version: '{version}'
|
||||||
|
package_version: '{version}'
|
||||||
|
assembly_version: '{version}'
|
||||||
|
file_version: '{version}'
|
||||||
|
informational_version: '{version}'
|
||||||
|
build:
|
||||||
|
project: $(APPVEYOR_BUILD_FOLDER)\$(APPVEYOR_PROJECT_NAME).sln
|
||||||
test: off
|
test: off
|
||||||
artifacts:
|
artifacts:
|
||||||
- path: '$(APPVEYOR_PROJECT_NAME)\bin\**\*.nupkg'
|
- path: '$(APPVEYOR_PROJECT_NAME)\bin\**\*.nupkg'
|
||||||
|
Loading…
Reference in New Issue
Block a user