File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1414 - name : Checkout
1515 uses : actions/checkout@v2
1616 - name : Build
17- run : dotnet build src/SimpleLevelEditor.sln -c Release
17+ run : dotnet build src/SimpleLevelEditor.slnx -c Release
1818 - name : Test
19- run : dotnet test src/SimpleLevelEditor.sln -c Release --no-build
19+ run : dotnet test src/SimpleLevelEditor.slnx -c Release --no-build
Original file line number Diff line number Diff line change 1414 - name : Checkout
1515 uses : actions/checkout@v2
1616 - name : Build
17- run : dotnet build src/SimpleLevelEditor.sln -c Release
17+ run : dotnet build src/SimpleLevelEditor.slnx -c Release
1818 - name : Test
19- run : dotnet test src/SimpleLevelEditor.sln -c Release --no-build
19+ run : dotnet test src/SimpleLevelEditor.slnx -c Release --no-build
2020 - name : Pack
2121 run : dotnet pack src/SimpleLevelEditor.Formats -c Release -o .
2222 - name : Push
Original file line number Diff line number Diff line change 1515 - name : Checkout
1616 uses : actions/checkout@v2
1717 - name : Build and test
18- run : dotnet test src/SimpleLevelEditor.sln -c Release
18+ run : dotnet test src/SimpleLevelEditor.slnx -c Release
1919 - name : Build optimized release
2020 run : >
2121 dotnet publish src/SimpleLevelEditor/SimpleLevelEditor.csproj
Load diff This file was deleted.
Original file line number Diff line number Diff line change 33 <s : Boolean x : Key =" /Default/UserDictionary/Words/=imgui/@EntryIndexedValue" >True</s : Boolean >
44 <s : Boolean x : Key =" /Default/UserDictionary/Words/=Raycast/@EntryIndexedValue" >True</s : Boolean >
55 <s : Boolean x : Key =" /Default/UserDictionary/Words/=raycasting/@EntryIndexedValue" >True</s : Boolean >
6+ <s : Boolean x : Key =" /Default/UserDictionary/Words/=slnx/@EntryIndexedValue" >True</s : Boolean >
67 <s : Boolean x : Key =" /Default/UserDictionary/Words/=Stolk/@EntryIndexedValue" >True</s : Boolean ></wpf : ResourceDictionary >
Original file line number Diff line number Diff line change 1+ <Solution >
2+ <Project Path =" SimpleLevelEditor.Formats.Tests\SimpleLevelEditor.Formats.Tests.csproj" Type =" Classic C#" />
3+ <Project Path =" SimpleLevelEditor.Formats\SimpleLevelEditor.Formats.fsproj" Type =" Classic C#" />
4+ <Project Path =" SimpleLevelEditor.State\SimpleLevelEditor.State.csproj" Type =" Classic C#" />
5+ <Project Path =" SimpleLevelEditor\SimpleLevelEditor.csproj" Type =" Classic C#" />
6+ </Solution >
You can’t perform that action at this time.
0 commit comments