We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b1b28c commit 2eddaf8Copy full SHA for 2eddaf8
build-linux-demos.sh
@@ -231,6 +231,7 @@ publish_demo() {
231
rm -rf "$publish_dir"
232
233
dotnet restore "$project_path" \
234
+ -p:Configuration="$CONFIGURATION" \
235
-r "$RID" \
236
--force-evaluate \
237
"${NUGET_CONFIG_OPTION[@]}" \
@@ -246,6 +247,7 @@ publish_demo() {
246
247
-o "$publish_dir" \
248
--no-restore \
249
250
251
-p:EnableWindowsTargeting=true \
252
-p:RestorePackagesPath="$LINUX_NUGET_PACKAGES" \
253
-p:NuGetPackageFolders="$LINUX_NUGET_PACKAGES" \
0 commit comments