Skip to content

Commit d60d9dd

Browse files
committed
Package and upload artifact
1 parent deab943 commit d60d9dd

File tree

6 files changed

+1
-373
lines changed

6 files changed

+1
-373
lines changed

AppVeyor.Tools.SecureFile.sln

Lines changed: 0 additions & 28 deletions
This file was deleted.

AppVeyor.Tools.SecureFile/AppVeyor.Tools.SecureFile.csproj

Lines changed: 0 additions & 58 deletions
This file was deleted.

AppVeyor.Tools.SecureFile/Program.cs

Lines changed: 0 additions & 228 deletions
This file was deleted.

AppVeyor.Tools.SecureFile/Properties/AssemblyInfo.cs

Lines changed: 0 additions & 36 deletions
This file was deleted.

AppVeyor.Tools.SecureFile/secure-file.nuspec

Lines changed: 0 additions & 21 deletions
This file was deleted.

appveyor.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@ skip_branch_with_pr: true
77
skip_tags: true
88

99
init:
10-
- set OUT_DIR=_dist
11-
- set BUILD_DIR=_build
1210
- set appveyor_full_version=%secure_file_version%.%appveyor_build_number%
1311
- appveyor UpdateBuild -Version %appveyor_full_version%
1412

@@ -23,6 +21,7 @@ dotnet_csproj:
2321

2422
build_script:
2523
- build.cmd
24+
- 7z a secure-file.zip build\*
2625
- appveyor PushArtifact secure-file.zip
2726

2827
test: off

0 commit comments

Comments
 (0)