We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 79466d4 commit 97c46cbCopy full SHA for 97c46cb
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.SampleApp.sln
+ run: dotnet restore ./YAF.SampleApp.slnx
24
- name: Build
25
26
- run: dotnet build ./YAF.SampleApp.sln
+ run: dotnet build ./YAF.SampleApp.slnx
YAF.SampleApp.sln
YAF.SampleApp.slnx
@@ -0,0 +1,6 @@
1
+<Solution>
2
+ <Folder Name="/Solution Items/">
3
+ <File Path=".editorconfig" />
4
+ </Folder>
5
+ <Project Path="YAF.SampleApp/YAF.SampleApp.csproj" />
6
+</Solution>
0 commit comments