File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 257
257
<!-- Investigate why the ChangeLogCheck target removes the 8080th character -->
258
258
<!-- <CallTarget targets="ChangeLogCheck" ContinueOnError="false" /> -->
259
259
260
- <Exec Command =" $(PowerShellCommandPrefix) " $ProgressPreference = 'SilentlyContinue';. $(LibraryToolsFolder)\CreateAliasMapping.ps1 " " />
261
-
262
260
<MakeDir Directories =" $(PackageDirectory)"
263
261
Condition =" '$(Scope)' != 'Stack'" />
264
262
<MakeDir Directories =" $(StackPackageFolder)"
357
355
<Target Name =" BuildNetCore" >
358
356
<Message Importance =" high" Text =" Building Cmdlets..." />
359
357
358
+ <Exec Command =" $(PowerShellCoreCommandPrefix) " $ProgressPreference = 'SilentlyContinue';. $(LibraryToolsFolder)\CreateAliasMapping.ps1 " " />
359
+
360
360
<!-- Build and create package content -->
361
361
<Exec Command =" dotnet --version" />
362
362
<Exec Command =" dotnet publish Azure.PowerShell.Netcore.sln -c $(Configuration)" />
You can’t perform that action at this time.
0 commit comments