Skip to content

Commit 8d5a5ff

Browse files
committed
Remove prepare_windows_host_for_app_distribution.ps1 and its tests
h/t @AliSoftware #196 (comment) -- this is now done in the AMI itself. Since this plugin is versioned and apps use a pinned version, we can safely remove the scripts.
1 parent 0eb6d9b commit 8d5a5ff

File tree

4 files changed

+1
-389
lines changed

4 files changed

+1
-389
lines changed

.buildkite/pipeline-windows-tests.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -109,11 +109,3 @@ steps:
109109
notify:
110110
- github_commit_status:
111111
context: "install_python Tests - Basic dry run with Chocolatey available"
112-
113-
- label: ":windows: prepare_windows_host_for_app_distribution Tests - Skip Windows 10 SDK Installation"
114-
command: .\tests\test_prepare_windows_host_for_app_distribution.ps1
115-
agents:
116-
queue: windows
117-
notify:
118-
- github_commit_status:
119-
context: "prepare_windows_host_for_app_distribution Tests - Skip Windows 10 SDK Installation"

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ _None._
3434

3535
### Breaking Changes
3636

37-
_None._
37+
- We've removed the `prepare_windows_host_for_app_distribution.ps1` script as this functionality is now implemented in the Windows AMI itself. [#196]
3838

3939
### New Features
4040

bin/prepare_windows_host_for_app_distribution.ps1

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

0 commit comments

Comments
 (0)