We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3aeb43d commit 5923849Copy full SHA for 5923849
.github/workflows/dotnet-desktop.yml
@@ -46,7 +46,6 @@ on:
46
47
env:
48
Solution_Name: oneMKL.FFT.NET.sln # Replace with your solution name, i.e. MyWpfApp.sln.
49
- Test_Project_Path: Test/Test.csproj # Replace with the path to your test project, i.e. MyWpfApp.Tests\MyWpfApp.Tests.csproj.
50
DOTNET_CLI_TELEMETRY_OPTOUT: "true"
51
NODEJS_INSTALL_DIR: "${{ runner.temp }}/.nodejs"
52
DOTNET_INSTALL_DIR: "${{ runner.tool_cache }}/.dotnet"
0 commit comments