We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 77c24f1 commit 8081422Copy full SHA for 8081422
3 files changed
.github/workflows/build.yml
@@ -20,7 +20,7 @@ jobs:
20
dotnet-version: ${{ matrix.dotnet-version }}
21
- name: Install dependencies
22
working-directory: ./
23
- run: dotnet restore ./YAF.Website.sln
+ run: dotnet restore ./YAF.Website.slnx
24
- name: Build
25
26
- run: dotnet build ./YAF.Website.sln
+ run: dotnet build ./YAF.Website.slnx
YAF.Website.sln
YAF.Website.slnx
@@ -0,0 +1,6 @@
1
+<Solution>
2
+ <Folder Name="/Solution Items/">
3
+ <File Path=".editorconfig" />
4
+ </Folder>
5
+ <Project Path="YAF.Website/YAF.Website.csproj" />
6
+</Solution>
0 commit comments