From 7c4ccf6aed6dbf7fc9ec6c543c73b2db669f935b Mon Sep 17 00:00:00 2001 From: Alee14 Date: Mon, 14 May 2018 08:13:51 -0400 Subject: Update appveyor.yml --- appveyor.yml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'appveyor.yml') diff --git a/appveyor.yml b/appveyor.yml index f295f0b..04be381 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,3 +1,7 @@ artifacts: - - path: bin/debug - name: Project Ports \ No newline at end of file + - path: \bin\debug\*.zip + name: Project Ports +deploy: + - provider: auto + ... + artifact: ports -- cgit v1.2.3 From 1165a096a8d28ac00c572b130e6baeefa129ffa0 Mon Sep 17 00:00:00 2001 From: Alee14 Date: Mon, 14 May 2018 08:14:37 -0400 Subject: Update appveyor.yml --- appveyor.yml | 4 ---- 1 file changed, 4 deletions(-) (limited to 'appveyor.yml') diff --git a/appveyor.yml b/appveyor.yml index 04be381..42f403b 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,7 +1,3 @@ artifacts: - path: \bin\debug\*.zip name: Project Ports -deploy: - - provider: auto - ... - artifact: ports -- cgit v1.2.3 From b2df5a6eba5fe2530924f64a441c9554e807c2f1 Mon Sep 17 00:00:00 2001 From: Alee14 Date: Mon, 14 May 2018 08:15:46 -0400 Subject: help --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'appveyor.yml') diff --git a/appveyor.yml b/appveyor.yml index 42f403b..a1bc368 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,3 +1,3 @@ artifacts: - - path: \bin\debug\*.zip + - path: \bin\debug\* name: Project Ports -- cgit v1.2.3 From c0ec8b762a0713ff5c675db95d9ef3c9f0540a6b Mon Sep 17 00:00:00 2001 From: Alee14 Date: Mon, 14 May 2018 08:19:04 -0400 Subject: Update appveyor.yml --- appveyor.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'appveyor.yml') diff --git a/appveyor.yml b/appveyor.yml index a1bc368..bf88318 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,3 +1,5 @@ artifacts: - - path: \bin\debug\* + - path: bin\debug\Project Ports.zip name: Project Ports +after_build: + - dir bin\debug\Project Ports.zip -- cgit v1.2.3 From 51acadd8be1bb62078f7073546c3afa3fe64e9e2 Mon Sep 17 00:00:00 2001 From: Alee14 Date: Mon, 14 May 2018 08:20:07 -0400 Subject: Update appveyor.yml --- appveyor.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'appveyor.yml') diff --git a/appveyor.yml b/appveyor.yml index bf88318..07eca0c 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,5 +1,5 @@ artifacts: - - path: bin\debug\Project Ports.zip + - path: bin\debug\* name: Project Ports after_build: - - dir bin\debug\Project Ports.zip + - dir bin\debug -- cgit v1.2.3 From f27fe0e2864724958dedbdcbd227ded9b3a93b7d Mon Sep 17 00:00:00 2001 From: Alee14 Date: Mon, 14 May 2018 08:24:01 -0400 Subject: Update appveyor.yml --- appveyor.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'appveyor.yml') diff --git a/appveyor.yml b/appveyor.yml index 07eca0c..4997f51 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,5 +1,5 @@ artifacts: - - path: bin\debug\* + - path: Project-Ports\bin\debug\* name: Project Ports after_build: - - dir bin\debug + - ps: $root = Resolve-Path .\Project-Ports\bin\debug; [IO.Directory]::GetFiles($root.Path, '*.*', 'AllDirectories') | % { Push-AppveyorArtifact $_ -FileName $_.Substring($root.Path.Length + 1) -DeploymentName test101 } -- cgit v1.2.3 From 203ef18c0ed57e3bdc25edfc800c560b419dc445 Mon Sep 17 00:00:00 2001 From: Alee14 Date: Mon, 14 May 2018 08:24:51 -0400 Subject: Update appveyor.yml --- appveyor.yml | 2 -- 1 file changed, 2 deletions(-) (limited to 'appveyor.yml') diff --git a/appveyor.yml b/appveyor.yml index 4997f51..ea3efc3 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,5 +1,3 @@ artifacts: - path: Project-Ports\bin\debug\* name: Project Ports -after_build: - - ps: $root = Resolve-Path .\Project-Ports\bin\debug; [IO.Directory]::GetFiles($root.Path, '*.*', 'AllDirectories') | % { Push-AppveyorArtifact $_ -FileName $_.Substring($root.Path.Length + 1) -DeploymentName test101 } -- cgit v1.2.3