This repository was archived by the owner on Apr 20, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed
Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 9191 <Exec Command =" sudo dpkg -r $(AspNetCoreRuntimePackageName)" />
9292 <Exec Command =" sudo dpkg -r $(SharedFxDebianPackageName)" />
9393 <Exec Command =" sudo dpkg -r $(HostFxrDebianPackageName)" />
94-
94+ < Exec Command = " sudo dpkg -r $(RuntimeDepsPackageName) " />
9595 <Exec Command =" sudo dpkg -r $(HostDebianPackageName)" />
9696 </Target >
9797
105105 Outputs =" $(DebianTestResultsXmlFile)" >
106106
107107 <!-- Install Dependencies and SDK Packages -->
108+ <Exec Command =" sudo dpkg -i $(DownloadedRuntimeDepsInstallerFile)" />
108109 <Exec Command =" sudo dpkg -i $(DownloadedSharedHostInstallerFile)" />
109110 <Exec Command =" sudo dpkg -i $(DownloadedHostFxrInstallerFile)" />
110111 <Exec Command =" sudo dpkg -i $(DownloadedSharedFrameworkInstallerFile)" />
125126 <Exec Command =" sudo dpkg -r $(AspNetCoreRuntimePackageName)" />
126127 <Exec Command =" sudo dpkg -r $(SharedFxDebianPackageName)" />
127128 <Exec Command =" sudo dpkg -r $(HostFxrDebianPackageName)" />
128-
129+ < Exec Command = " sudo dpkg -r $(RuntimeDepsPackageName) " />
129130 <Exec Command =" sudo dpkg -r $(HostDebianPackageName)" />
130131 </Target >
131132
Original file line number Diff line number Diff line change 2525
2626 <!-- Package Identities -->
2727 <PropertyGroup >
28+ <RuntimeDepsPackageVersion >$(MicrosoftNETCoreAppPackageVersion)</RuntimeDepsPackageVersion >
29+ <RuntimeDepsPackageName >dotnet-runtime-deps-$(RuntimeDepsPackageVersion)</RuntimeDepsPackageName >
2830 <SdkDebianPackageVersion >$(SdkVersion)</SdkDebianPackageVersion >
2931 <SdkDebianPackageName >dotnet-sdk-$(SdkDebianPackageVersion)</SdkDebianPackageName >
3032 <SharedFxDebianPackageVersion >$(MicrosoftNETCoreAppPackageVersion)</SharedFxDebianPackageVersion >
You can’t perform that action at this time.
0 commit comments