Skip to content

Commit

Permalink
Set OS condition for Powershell SDK debug configuration
Browse files Browse the repository at this point in the history
Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com>
  • Loading branch information
danilo-delbusso committed Oct 5, 2022
1 parent fba2bc7 commit 8dd60f4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<OutputType>Library</OutputType>
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<PropertyGroup Condition=" '$(Configuration)|$(Platform)|$(OS)' == 'Debug|AnyCPU|Windows_NT'">
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
<StartAction>Program</StartAction>
<StartProgram>C:\Program Files\PowerShell\7\pwsh.exe</StartProgram>
Expand Down

0 comments on commit 8dd60f4

Please sign in to comment.