You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packaging/Windows/defs/managed-components
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -17,7 +17,7 @@ download()
17
17
{
18
18
mkdir -p ${REPODIR}
19
19
report "Downloading Xar"
20
-
wget --quiet -O ${REPODIR}/xar.tar.gz https://xamjenkinsartifact.blob.core.windows.net/jenkins-public/vm-provisioning/xar-1.6.1.tar.gz || error "*** Could not download Xar ***"
20
+
wget --quiet -O ${REPODIR}/xar.tar.gz https://xamjenkinsartifact.blob.core.windows.net/build-package-win-mono/xar-1.6.1.tar.gz || error "*** Could not download Xar ***"
21
21
report "Downloading x64 hostfxr.dll"
22
22
wget --quiet -O ${REPODIR}/hostfxr-x64.zip https://www.nuget.org/api/v2/package/runtime.win-x64.Microsoft.NETCore.DotNetHostResolver/2.0.0 || error "*** Could not download 64bit hostfxr.dll ***"
0 commit comments