Skip to content

Commit

Permalink
Build on Windows
Browse files Browse the repository at this point in the history
- Reactivate stub idp on release build
  • Loading branch information
AndersAbel committed Apr 2, 2020
1 parent 99e6b16 commit 48885b9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dotnetcore.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
jobs:
build:

runs-on: ubuntu-latest
runs-on: windows-latest

steps:
- uses: actions/checkout@v2
Expand Down
3 changes: 3 additions & 0 deletions Sustainsys.Saml2.sln
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Sustainsys.Saml2", "Sustain
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{E0C4834E-A7A9-476F-8F46-B2D533190872}"
ProjectSection(SolutionItems) = preProject
.github\workflows\dotnetcore.yml = .github\workflows\dotnetcore.yml
LICENSE = LICENSE
README.md = README.md
Sustainsys.Saml2.ruleset = Sustainsys.Saml2.ruleset
Expand Down Expand Up @@ -96,9 +97,11 @@ Global
{7D32F0A3-CEC8-4DC6-A096-5905EA9C3770}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7D32F0A3-CEC8-4DC6-A096-5905EA9C3770}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7D32F0A3-CEC8-4DC6-A096-5905EA9C3770}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7D32F0A3-CEC8-4DC6-A096-5905EA9C3770}.Release|Any CPU.Build.0 = Release|Any CPU
{7B60747D-6337-4424-ACB5-7D580EC1E1A1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7B60747D-6337-4424-ACB5-7D580EC1E1A1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7B60747D-6337-4424-ACB5-7D580EC1E1A1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7B60747D-6337-4424-ACB5-7D580EC1E1A1}.Release|Any CPU.Build.0 = Release|Any CPU
{CF1E517E-B2FE-48E1-8BB9-4D9981695C47}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CF1E517E-B2FE-48E1-8BB9-4D9981695C47}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CF1E517E-B2FE-48E1-8BB9-4D9981695C47}.Release|Any CPU.ActiveCfg = Release|Any CPU
Expand Down

0 comments on commit 48885b9

Please sign in to comment.