commit
8cb1e93d78
8 changed files with 25 additions and 34 deletions
|
@ -14,6 +14,6 @@ If (Test-Path $appdepBinDir){
|
|||
|
||||
mkdir -Force "$appdepBinDir"
|
||||
|
||||
ls "$env:NUGET_PACKAGES\toolchain.win7-x64.Microsoft.DotNet.AppDep\1.0.4-prerelease-00001\*" | foreach {
|
||||
ls "$env:NUGET_PACKAGES\toolchain.win7-x64.Microsoft.DotNet.AppDep\1.0.5-prerelease-00001\*" | foreach {
|
||||
copy -Rec $_ "$appdepBinDir"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -34,6 +34,6 @@ OUTPUT_DIR="$(pwd)"
|
|||
popd
|
||||
|
||||
## App Deps ##
|
||||
APPDEP_SDK=$NUGET_PACKAGES/toolchain.$RID.Microsoft.DotNet.AppDep/1.0.4-prerelease-00001/
|
||||
APPDEP_SDK=$NUGET_PACKAGES/toolchain.$RID.Microsoft.DotNet.AppDep/1.0.5-prerelease-00001/
|
||||
mkdir -p $OUTPUT_DIR/appdepsdk
|
||||
cp -a $APPDEP_SDK/. $OUTPUT_DIR/appdepsdk
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue