-
-
Notifications
You must be signed in to change notification settings - Fork 13
Migrate projects to SDK style and update CI #256
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Closed
Closed
Changes from all commits
Commits
Show all changes
9 commits
Select commit
Hold shift + click to select a range
66423b3
Add Windows CI (build-test-installer-release)
megahirt 5cc01d7
what if we run all tests on CI?
megahirt 324c56f
Indentation suggestions
megahirt 09f10e6
remove infinite CI loop in media tests
megahirt 7813f18
exclude tests marked skipOnCI
megahirt 6224396
Migrate projects to SDK style and update CI
megahirt f478caf
Remove legacy packages.config
megahirt 01de09e
Remove legacy packages.config
megahirt 3ba5566
Test update
megahirt File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1 @@ | ||
| @.github/workflows/build-test-installer-release.yml | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1 @@ | ||
| test |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change | ||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| @@ -1,115 +1 @@ | ||||||||||||||||||
| <?xml version="1.0" encoding="utf-8"?> | ||||||||||||||||||
| <Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | ||||||||||||||||||
| <PropertyGroup> | ||||||||||||||||||
| <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> | ||||||||||||||||||
| <Platform Condition=" '$(Platform)' == '' ">x86</Platform> | ||||||||||||||||||
| <ProductVersion>8.0.30703</ProductVersion> | ||||||||||||||||||
| <SchemaVersion>2.0</SchemaVersion> | ||||||||||||||||||
| <ProjectGuid>{EE3B22CF-038A-41F7-9C13-092F6A64384D}</ProjectGuid> | ||||||||||||||||||
| <OutputType>WinExe</OutputType> | ||||||||||||||||||
| <AppDesignerFolder>Properties</AppDesignerFolder> | ||||||||||||||||||
| <RootNamespace>AutoSegmenter</RootNamespace> | ||||||||||||||||||
| <AssemblyName>AutoSegmenter</AssemblyName> | ||||||||||||||||||
| <TargetFrameworkVersion>v4.0</TargetFrameworkVersion> | ||||||||||||||||||
| <TargetFrameworkProfile>Client</TargetFrameworkProfile> | ||||||||||||||||||
| <FileAlignment>512</FileAlignment> | ||||||||||||||||||
| </PropertyGroup> | ||||||||||||||||||
| <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' "> | ||||||||||||||||||
| <PlatformTarget>x86</PlatformTarget> | ||||||||||||||||||
| <DebugSymbols>true</DebugSymbols> | ||||||||||||||||||
| <DebugType>full</DebugType> | ||||||||||||||||||
| <Optimize>false</Optimize> | ||||||||||||||||||
| <OutputPath>..\..\output\Debug\</OutputPath> | ||||||||||||||||||
| <DefineConstants>DEBUG;TRACE</DefineConstants> | ||||||||||||||||||
| <ErrorReport>prompt</ErrorReport> | ||||||||||||||||||
| <WarningLevel>4</WarningLevel> | ||||||||||||||||||
| </PropertyGroup> | ||||||||||||||||||
| <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' "> | ||||||||||||||||||
| <PlatformTarget>x86</PlatformTarget> | ||||||||||||||||||
| <DebugType>pdbonly</DebugType> | ||||||||||||||||||
| <Optimize>true</Optimize> | ||||||||||||||||||
| <OutputPath>..\..\output\Release\</OutputPath> | ||||||||||||||||||
| <DefineConstants>TRACE</DefineConstants> | ||||||||||||||||||
| <ErrorReport>prompt</ErrorReport> | ||||||||||||||||||
| <WarningLevel>4</WarningLevel> | ||||||||||||||||||
| </PropertyGroup> | ||||||||||||||||||
| <ItemGroup> | ||||||||||||||||||
| <Reference Include="IronRuby, Version=1.1.3.0, Culture=neutral, PublicKeyToken=7f709c5b713576e1, processorArchitecture=MSIL"> | ||||||||||||||||||
| <SpecificVersion>False</SpecificVersion> | ||||||||||||||||||
| <HintPath>..\..\lib\IronRuby\IronRuby.dll</HintPath> | ||||||||||||||||||
| </Reference> | ||||||||||||||||||
| <Reference Include="IronRuby.Libraries, Version=1.1.3.0, Culture=neutral, PublicKeyToken=7f709c5b713576e1, processorArchitecture=MSIL"> | ||||||||||||||||||
| <SpecificVersion>False</SpecificVersion> | ||||||||||||||||||
| <HintPath>..\..\lib\IronRuby\IronRuby.Libraries.dll</HintPath> | ||||||||||||||||||
| </Reference> | ||||||||||||||||||
| <Reference Include="IronRuby.Libraries.Yaml, Version=1.1.3.0, Culture=neutral, PublicKeyToken=7f709c5b713576e1, processorArchitecture=MSIL"> | ||||||||||||||||||
| <SpecificVersion>False</SpecificVersion> | ||||||||||||||||||
| <HintPath>..\..\lib\IronRuby\IronRuby.Libraries.Yaml.dll</HintPath> | ||||||||||||||||||
| </Reference> | ||||||||||||||||||
| <Reference Include="Microsoft.Dynamic, Version=1.1.0.20, Culture=neutral, PublicKeyToken=7f709c5b713576e1, processorArchitecture=MSIL"> | ||||||||||||||||||
| <SpecificVersion>False</SpecificVersion> | ||||||||||||||||||
| <HintPath>..\..\lib\IronRuby\Microsoft.Dynamic.dll</HintPath> | ||||||||||||||||||
| </Reference> | ||||||||||||||||||
| <Reference Include="Microsoft.Scripting, Version=1.1.0.20, Culture=neutral, PublicKeyToken=7f709c5b713576e1, processorArchitecture=MSIL"> | ||||||||||||||||||
| <SpecificVersion>False</SpecificVersion> | ||||||||||||||||||
| <HintPath>..\..\lib\IronRuby\Microsoft.Scripting.dll</HintPath> | ||||||||||||||||||
| </Reference> | ||||||||||||||||||
| <Reference Include="Microsoft.Scripting.Metadata, Version=1.1.0.20, Culture=neutral, PublicKeyToken=7f709c5b713576e1, processorArchitecture=MSIL"> | ||||||||||||||||||
| <SpecificVersion>False</SpecificVersion> | ||||||||||||||||||
| <HintPath>..\..\lib\IronRuby\Microsoft.Scripting.Metadata.dll</HintPath> | ||||||||||||||||||
| </Reference> | ||||||||||||||||||
| <Reference Include="Palaso"> | ||||||||||||||||||
| <HintPath>..\..\lib\dotnet\Palaso.dll</HintPath> | ||||||||||||||||||
| </Reference> | ||||||||||||||||||
| <Reference Include="System" /> | ||||||||||||||||||
| <Reference Include="System.Core" /> | ||||||||||||||||||
| <Reference Include="System.Xml.Linq" /> | ||||||||||||||||||
| <Reference Include="System.Data.DataSetExtensions" /> | ||||||||||||||||||
| <Reference Include="Microsoft.CSharp" /> | ||||||||||||||||||
| <Reference Include="System.Data" /> | ||||||||||||||||||
| <Reference Include="System.Deployment" /> | ||||||||||||||||||
| <Reference Include="System.Drawing" /> | ||||||||||||||||||
| <Reference Include="System.Windows.Forms" /> | ||||||||||||||||||
| <Reference Include="System.Xml" /> | ||||||||||||||||||
| </ItemGroup> | ||||||||||||||||||
| <ItemGroup> | ||||||||||||||||||
| <Compile Include="AutoSegmenter.cs" /> | ||||||||||||||||||
| <Compile Include="Form1.cs"> | ||||||||||||||||||
| <SubType>Form</SubType> | ||||||||||||||||||
| </Compile> | ||||||||||||||||||
| <Compile Include="Form1.Designer.cs"> | ||||||||||||||||||
| <DependentUpon>Form1.cs</DependentUpon> | ||||||||||||||||||
| </Compile> | ||||||||||||||||||
| <Compile Include="Program.cs" /> | ||||||||||||||||||
| <Compile Include="Properties\AssemblyInfo.cs" /> | ||||||||||||||||||
| <EmbeddedResource Include="Form1.resx"> | ||||||||||||||||||
| <DependentUpon>Form1.cs</DependentUpon> | ||||||||||||||||||
| </EmbeddedResource> | ||||||||||||||||||
| <EmbeddedResource Include="Properties\Resources.resx"> | ||||||||||||||||||
| <Generator>ResXFileCodeGenerator</Generator> | ||||||||||||||||||
| <LastGenOutput>Resources.Designer.cs</LastGenOutput> | ||||||||||||||||||
| <SubType>Designer</SubType> | ||||||||||||||||||
| </EmbeddedResource> | ||||||||||||||||||
| <Compile Include="Properties\Resources.Designer.cs"> | ||||||||||||||||||
| <AutoGen>True</AutoGen> | ||||||||||||||||||
| <DependentUpon>Resources.resx</DependentUpon> | ||||||||||||||||||
| </Compile> | ||||||||||||||||||
| <None Include="Properties\Settings.settings"> | ||||||||||||||||||
| <Generator>SettingsSingleFileGenerator</Generator> | ||||||||||||||||||
| <LastGenOutput>Settings.Designer.cs</LastGenOutput> | ||||||||||||||||||
| </None> | ||||||||||||||||||
| <Compile Include="Properties\Settings.Designer.cs"> | ||||||||||||||||||
| <AutoGen>True</AutoGen> | ||||||||||||||||||
| <DependentUpon>Settings.settings</DependentUpon> | ||||||||||||||||||
| <DesignTimeSharedInput>True</DesignTimeSharedInput> | ||||||||||||||||||
| </Compile> | ||||||||||||||||||
| </ItemGroup> | ||||||||||||||||||
| <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> | ||||||||||||||||||
| <!-- To modify your build process, add your task inside one of the targets below and uncomment it. | ||||||||||||||||||
| Other similar extension points exist, see Microsoft.Common.targets. | ||||||||||||||||||
| <Target Name="BeforeBuild"> | ||||||||||||||||||
| </Target> | ||||||||||||||||||
| <Target Name="AfterBuild"> | ||||||||||||||||||
| </Target> | ||||||||||||||||||
| --> | ||||||||||||||||||
| </Project> | ||||||||||||||||||
| @src/AutoSegmenter/AutoSegmenter.csproj | ||||||||||||||||||
|
||||||||||||||||||
| @src/AutoSegmenter/AutoSegmenter.csproj | |
| <Project Sdk="Microsoft.NET.Sdk"> | |
| <PropertyGroup> | |
| <OutputType>Library</OutputType> | |
| <TargetFramework>net6.0</TargetFramework> | |
| <RootNamespace>AutoSegmenter</RootNamespace> | |
| </PropertyGroup> | |
| </Project> |
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This change replaces the entire CI/CD workflow file with a git submodule reference. GitHub Actions cannot execute submodule references as workflows. This will completely break the automated build, test, and release pipeline.