Skip to content

Commit

Permalink
Package and upload artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
FeodorFitsner committed Apr 3, 2018
1 parent deab943 commit d60d9dd
Show file tree
Hide file tree
Showing 6 changed files with 1 addition and 373 deletions.
28 changes: 0 additions & 28 deletions AppVeyor.Tools.SecureFile.sln

This file was deleted.

58 changes: 0 additions & 58 deletions AppVeyor.Tools.SecureFile/AppVeyor.Tools.SecureFile.csproj

This file was deleted.

228 changes: 0 additions & 228 deletions AppVeyor.Tools.SecureFile/Program.cs

This file was deleted.

36 changes: 0 additions & 36 deletions AppVeyor.Tools.SecureFile/Properties/AssemblyInfo.cs

This file was deleted.

21 changes: 0 additions & 21 deletions AppVeyor.Tools.SecureFile/secure-file.nuspec

This file was deleted.

3 changes: 1 addition & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@ skip_branch_with_pr: true
skip_tags: true

init:
- set OUT_DIR=_dist
- set BUILD_DIR=_build
- set appveyor_full_version=%secure_file_version%.%appveyor_build_number%
- appveyor UpdateBuild -Version %appveyor_full_version%

Expand All @@ -23,6 +21,7 @@ dotnet_csproj:

build_script:
- build.cmd
- 7z a secure-file.zip build\*
- appveyor PushArtifact secure-file.zip

test: off
Expand Down

0 comments on commit d60d9dd

Please sign in to comment.