We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0cc1797 commit 75ea45dCopy full SHA for 75ea45d
smoke-test.sh
@@ -133,6 +133,13 @@ function doCommand() {
133
134
newArgs="new $proj -lang $lang"
135
136
+ # XXX temporary workaround XXX
137
+ # this is a temporary workaround before templates are updated to use netcoreapp3.0.
138
+ # see issue https://github.com/dotnet/source-build/issues/635 for more details.
139
+ # This part ensures packages won't fail to restore before we can edit the csproj.
140
+ newArgs="$newArgs --no-restore"
141
142
+
143
while :; do
144
if [ $# -le 0 ]; then
145
break
0 commit comments