File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 44 <MakeDir Directories =" $(PackageDir)" Condition =" !Exists('$(PackageDir)')" />
55
66 <ItemGroup >
7- <ZipFiles Include =" $(StageDir)\**\*.*" Exclude =" $(StageDir)\README.md;$(StageDir)\**\*.pdb;$(StageDir)\netcoreapp2.1\**\*;$(StageDir)\net7.0*\**\*" />
7+ <ZipFiles Include =" $(StageDir)\**\*.*" Exclude =" $(StageDir)\README.md;$(StageDir)\**\*.pdb;$(StageDir)\netstandard2.0\**\*;$(StageDir)\ netcoreapp2.1\**\*;$(StageDir)\net7.0*\**\*" />
88 <ZipFiles Include =" README.md" Link =" $(MSBuildThisFileDirectory)README.md" />
99 <ZipFiles Include =" scripts/Enter-IronPythonEnvironment.ps1" Link =" $(RootDir)Src\Scripts\Enter-IronPythonEnvironment.ps1" />
1010 <ZipFiles Include =" scripts/Install-IronPython.ps1" Link =" $(RootDir)Src\Scripts\Install-IronPython.ps1" />
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 11@ echo off
2- dotnet %~dp0 ipy.dll %*
2+ dotnet " %~dp0 ipy.dll" %*
You can’t perform that action at this time.
0 commit comments