File tree 5 files changed +9
-7
lines changed
Redist/Microsoft.ML.DnnImageFeaturizer.ModelRedist
5 files changed +9
-7
lines changed Original file line number Diff line number Diff line change @@ -10,4 +10,4 @@ while [ -h "$SOURCE" ]; do # resolve $SOURCE until the file is no longer a symli
10
10
done
11
11
DIR=" $( cd -P " $( dirname " $SOURCE " ) " && pwd ) "
12
12
13
- " $DIR /run .sh" build " $@ "
13
+ " $DIR /eng/common/build .sh" --restore -- build --pack --warnAsError false
Original file line number Diff line number Diff line change @@ -25,8 +25,8 @@ RootRepo="$DIR/../.."
25
25
__build_arch=
26
26
__strip_argument=
27
27
__configuration=Debug
28
- __rootBinPath=" $RootRepo /bin"
29
- __baseIntermediateOutputPath=" $__rootBinPath /obj"
28
+ __rootBinPath=" $RootRepo /artifacts/ bin"
29
+ __baseIntermediateOutputPath=" $RootRepo /artifacts /obj"
30
30
__versionSourceFile=" $__baseIntermediateOutputPath /version.c"
31
31
__mkllibpath=" "
32
32
__mkllibrpath=" "
65
65
66
66
__cmake_defines=" -DCMAKE_BUILD_TYPE=${__configuration} ${__strip_argument} -DMKL_LIB_PATH=${__mkllibpath} -DMKL_LIB_RPATH=${__mkllibrpath} "
67
67
68
- __IntermediatesDir=" $__baseIntermediateOutputPath /$__build_arch .$__configuration /Native "
69
- __BinDir=" $__rootBinPath /$__build_arch .$__configuration /Native "
68
+ __IntermediatesDir=" $__baseIntermediateOutputPath /Native/ $__build_arch .$__configuration "
69
+ __BinDir=" $__rootBinPath /Native/ $__build_arch .$__configuration "
70
70
71
71
mkdir -p " $__BinDir "
72
72
mkdir -p " $__IntermediatesDir "
73
73
74
+ export __IntermediatesDir=$__IntermediatesDir
75
+
74
76
# Set up the environment to be used for building with clang.
75
77
if command -v " clang-3.5" > /dev/null 2>&1 ; then
76
78
export CC=" $( command -v clang-3.5) "
Original file line number Diff line number Diff line change 11
11
12
12
<ItemGroup >
13
13
<ModelFiles Include =" $(ModelPlacementDir)\AlexNetPrepOnnx\AlexNetPreprocess.onnx"
14
- Url =" https://aka.ms/mlnet-resources/image/AlexNetPrepOnnx/AlexNetPreprocess.onnx "
14
+ Url =" https://aka.ms/mlnet-resources/image/AlexNetPrepOnnx/AlexNetPreprocess.onnx"
15
15
DestinationFile =" $(ModelPlacementDir)\AlexNetPrepOnnx\AlexNetPreprocess.onnx"
16
16
DestinationDir =" $(ModelPlacementDir)\AlexNetPrepOnnx" />
17
17
</ItemGroup >
18
18
19
19
<ItemGroup >
20
20
<ModelFiles Include =" $(ModelPlacementDir)\ResNetPrepOnnx\ResNetPreprocess.onnx"
21
- Url =" https://aka.ms/mlnet-resources/image/ResNetPrepOnnx/ResNetPreprocess.onnx "
21
+ Url =" https://aka.ms/mlnet-resources/image/ResNetPrepOnnx/ResNetPreprocess.onnx"
22
22
DestinationFile =" $(ModelPlacementDir)\ResNetPrepOnnx\ResNetPreprocess.onnx"
23
23
DestinationDir =" $(ModelPlacementDir)\ResNetPrepOnnx" />
24
24
</ItemGroup >
You can’t perform that action at this time.
0 commit comments