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.
2 parents bb4a314 + caca44c commit 4c2aadcCopy full SHA for 4c2aadc
appveyor.yml
@@ -56,7 +56,7 @@ for:
56
57
echo Build app...
58
59
- dotnet restore
+ dotnet restore CollapseLauncher
60
61
dotnet publish CollapseLauncher -c Release -p:PublishProfile=Publish-PreviewRelease -p:PublishDir=".\preview-build\"
62
@@ -163,7 +163,7 @@ for:
163
164
165
166
167
168
dotnet publish CollapseLauncher -c Publish -p:PublishProfile=Publish-StableRelease -p:PublishDir=".\stable-build\"
169
@@ -271,7 +271,7 @@ for:
271
272
273
274
275
276
dotnet publish CollapseLauncher -c Release -p:PublishProfile=Publish-PreviewReleaseAOT -p:PublishDir=".\%channel%-build\"
277
0 commit comments