Skip to content

Commit

Permalink
add build option for ci/cd
Browse files Browse the repository at this point in the history
  • Loading branch information
checkymander committed Feb 15, 2024
1 parent 2261fe9 commit fa18d85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Payload_Type/athena/athena/agent_code/Agent/Agent.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
<DefineConstants>CHECKYMANDERDEV</DefineConstants>
</PropertyGroup>

<ItemGroup Condition="'$(COMPUTERNAME)' == 'DESKTOP-GRJNOH2' Or '$(COMPUTERNAME)' == 'DEV3' Or '$(COMPUTERNAME)' == 'DESKTOP-FIJBR89'">
<ItemGroup Condition="'$(COMPUTERNAME)' == 'DESKTOP-GRJNOH2' Or '$(COMPUTERNAME)' == 'DEV3' Or '$(COMPUTERNAME)' == 'DESKTOP-FIJBR89' Or '$(ThreatCheck)' == 'True'">
<ProjectReference Include="..\Agent.Profiles.Websocket\Agent.Profiles.Websocket.csproj" />
<ProjectReference Include="..\Agent.Crypto.Aes\Agent.Crypto.Aes.csproj" />
<ProjectReference Include="..\Agent.Managers.Windows\Agent.Managers.Windows.csproj" />
Expand Down

0 comments on commit fa18d85

Please sign in to comment.