Skip to content

Commit 15442ef

Browse files
authored
Update to SLNX packaging (#574)
* Update to SLNX packaging * Fix newcommands
1 parent 0d860e6 commit 15442ef

File tree

4 files changed

+11
-38
lines changed

4 files changed

+11
-38
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,9 @@ jobs:
4242
- uses: gradle/actions/wrapper-validation@v4
4343
- uses: actions/setup-dotnet@v4
4444
with:
45-
dotnet-version: 8.x
45+
dotnet-version: |
46+
8.x
47+
10.x
4648
4749
- uses: actions/setup-java@v4
4850
with:

WPILibInstaller-Avalonia.sln

Lines changed: 0 additions & 36 deletions
This file was deleted.

WPILibInstaller-Avalonia.slnx

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
<Solution>
2+
<Folder Name="/Solution Items/">
3+
<File Path=".editorconfig" />
4+
</Folder>
5+
<Project Path="IsoCreator/IsoCreator.csproj" />
6+
<Project Path="WPILibInstaller-Avalonia/WPILibInstaller-Avalonia.csproj" />
7+
</Solution>

scripts/maven.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ def downloadPythonAPI = tasks.register('downloadPythonAPI', Download) {
208208
}
209209

210210
def downloadNewCommands = tasks.register('downloadNewCommands', Download) {
211-
src 'https://raw.githubusercontent.com/wpilibsuite/allwpilib/2027/wpilibNewCommands/WPILibNewCommands.json'
211+
src 'https://raw.githubusercontent.com/wpilibsuite/allwpilib/2027/commandsv2/CommandsV2.json'
212212
def fileName = file(src.file).name
213213
dest "$buildDir/downloads/$fileName"
214214
overwrite false

0 commit comments

Comments
 (0)