Skip to content

Commit

Permalink
Try going back to installing nant from origin
Browse files Browse the repository at this point in the history
  • Loading branch information
chadlwilson committed Jun 16, 2024
1 parent 8b8423e commit 570267f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Binary file removed provision/NAnt.0.92.2-gocd.nupkg
Binary file not shown.
4 changes: 2 additions & 2 deletions provision/provision-install-packages.ps1
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
$JAVA_VERSION='21.0.3.9'
$NODEJS_VERSION='20.14.0'
$RUBY_VERSION='3.3.3.1'
$NANT_VERSION='0.92.2-gocd'
$NANT_VERSION='0.92.2'
$ANT_VERSION='1.10.14'

$GOLANG_BOOTSTRAPPER_VERSION='2.16'
Expand Down Expand Up @@ -49,7 +49,7 @@ corepack enable
yarn --version

choco install --no-progress -y temurin --version="${JAVA_VERSION}"
choco install --no-progress -y nant --version="${NANT_VERSION}" --prerelease --source="$PSScriptroot"
choco install --no-progress -y nant --version="${NANT_VERSION}"
choco install --no-progress -y ant --version="${ANT_VERSION}"
choco install --no-progress -y git --params "/NoAutoCrlf"
choco install --no-progress -y hg sliksvn gnupg awscli
Expand Down

0 comments on commit 570267f

Please sign in to comment.