You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Solution_Name: src/LogExpert.sln # Replace with your solution name, i.e. MyWpfApp.sln.
95
-
# Test_Project_Path: src/LogExpert.Tests/LogExpert.Tests.csproj # Replace with the path to your test project, i.e. MyWpfApp.Tests\MyWpfApp.Tests.csproj.
96
-
# #Wap_Project_Directory: your-wap-project-directory-name # Replace with the Wap project directory relative to the solution, i.e. MyWpfApp.Package.
97
-
# #Wap_Project_Path: your-wap-project-path # Replace with the path to your Wap project, i.e. MyWpf.App.Package\MyWpfApp.Package.wapproj.
98
-
99
-
# steps:
100
-
# - name: Checkout
101
-
# uses: actions/checkout@v4
102
-
# with:
103
-
# fetch-depth: 0
104
-
105
-
# # Install the .NET Core workload
106
-
# - name: Install .NET Core
107
-
# uses: actions/setup-dotnet@v4
108
-
# with:
109
-
# dotnet-version: 8.0.x
110
-
111
-
# # Add MSBuild to the PATH: https://github.com/microsoft/setup-msbuild
112
-
# - name: Setup MSBuild.exe
113
-
# uses: microsoft/setup-msbuild@v2
114
-
115
-
# # Execute all unit tests in the solution
116
-
# - name: Execute unit tests
117
-
# run: dotnet test
118
-
# working-directory: src
119
-
120
-
# # Restore the application to populate the obj folder with RuntimeIdentifiers
0 commit comments