Skip to content

Commit 10d1006

Browse files
CopilotTheJoeFin
andcommitted
Fix CI build: build main csproj directly instead of full solution to avoid wapproj issues
Co-authored-by: TheJoeFin <7809853+TheJoeFin@users.noreply.github.com>
1 parent 3f1ea86 commit 10d1006

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
uses: microsoft/setup-msbuild@v2
2525

2626
- name: Restore dependencies
27-
run: dotnet restore "Simple Icon File Maker.sln"
27+
run: dotnet restore "Simple Icon File Maker/Simple Icon File Maker/Simple Icon File Maker.csproj"
2828

29-
- name: Build solution
30-
run: dotnet build "Simple Icon File Maker.sln" --configuration Release --no-restore
29+
- name: Build
30+
run: dotnet build "Simple Icon File Maker/Simple Icon File Maker/Simple Icon File Maker.csproj" --configuration Release --no-restore -p:Platform=x64

0 commit comments

Comments
 (0)