Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
erfg12 committed Oct 26, 2020
1 parent 7fb70ef commit 72a76a9
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
image: Visual Studio 2019
platform:
- x86
- x64
configuration: Debug

before_build:
- nuget restore

after_build: "7z a Build_%PLATFORM%.zip %APPVEYOR_BUILD_FOLDER%\\Memory\\bin\\%PLATFORM%\\Debug\\*.nupkg %APPVEYOR_BUILD_FOLDER%\\Memory\\bin\\%PLATFORM%\\Debug\\*.nupkg"

build:
project: Memory.sln

artifacts:
path: Build_%PLATFORM%.zip
name: Latest

deploy:
- provider: GitHub
tag: $(APPVEYOR_BUILD_ID)
release: Build $(APPVEYOR_REPO_COMMIT_TIMESTAMP)
description: Latest Compile Date %APPVEYOR_REPO_COMMIT_TIMESTAMP%
auth_token:
secure: aefoG8dMwSeQHm/FO6ydUZ591jX/M5fOms12ehz1obL4hnj8P7AIVrWqhztUK0cm
artifact: Build_%PLATFORM%.zip
force_update: true
draft: false

0 comments on commit 72a76a9

Please sign in to comment.