Skip to content

Commit

Permalink
Remove release feed download of aspire bits from build
Browse files Browse the repository at this point in the history
  • Loading branch information
davidfowl committed Feb 29, 2024
1 parent ba10888 commit caf3ec8
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 96 deletions.
3 changes: 0 additions & 3 deletions build.cmd
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
@ECHO OFF

:: Install the latest version of the Aspire workload from the release branches
powershell -ExecutionPolicy Bypass -NoProfile -Command "& '.\build\installLatestFromReleaseBranch.ps1'"

dotnet build .\build\Build.proj
3 changes: 0 additions & 3 deletions build.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
#!/usr/bin/env bash

# Install the latest version of the Aspire workload from the release branches
./build/installLatestFromReleaseBranch.sh

dotnet build ./build/Build.proj
39 changes: 0 additions & 39 deletions build/installLatestFromReleaseBranch.ps1

This file was deleted.

51 changes: 0 additions & 51 deletions build/installLatestFromReleaseBranch.sh

This file was deleted.

0 comments on commit caf3ec8

Please sign in to comment.