Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
damienbod committed Jan 3, 2025
1 parent 0244845 commit 4b98bb0
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 31 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- name: Build DecryptionCertificates
run: dotnet build ./DecryptionCertificates/DecryptionCertificates.sln
- name: Build DeviceFlowWeb
run: dotnet build ./DeviceFlowWeb/DeviceFlow/DeviceFlowWeb.sln
run: dotnet build ./DeviceFlowWeb/DeviceFlowWeb.sln
- name: Build DownstreamApis
run: dotnet build ./DownstreamApis/DownstreamApis.sln
- name: Build TokenManagement
Expand Down
30 changes: 0 additions & 30 deletions DeviceFlowWeb/DeviceFlow/DeviceFlowWeb.sln

This file was deleted.

22 changes: 22 additions & 0 deletions DeviceFlowWeb/DeviceFlowWeb.sln
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.12.35527.113 d17.12
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DeviceFlowWeb", "DeviceFlow\DeviceFlowWeb.csproj", "{CEBB5C92-6ADA-497C-9F24-AF69B30FE54E}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{CEBB5C92-6ADA-497C-9F24-AF69B30FE54E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CEBB5C92-6ADA-497C-9F24-AF69B30FE54E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CEBB5C92-6ADA-497C-9F24-AF69B30FE54E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CEBB5C92-6ADA-497C-9F24-AF69B30FE54E}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal

0 comments on commit 4b98bb0

Please sign in to comment.