-
Notifications
You must be signed in to change notification settings - Fork 37
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove release feed download of aspire bits from build
- Loading branch information
Showing
4 changed files
with
0 additions
and
96 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.