Skip to content

Commit

Permalink
update test builds
Browse files Browse the repository at this point in the history
  • Loading branch information
checkymander committed Feb 16, 2024
1 parent 1c70004 commit 781c45e
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion Payload_Type/athena/athena/agent_code/Agent/Agent.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@
<ProjectReference Include="..\whoami\whoami.csproj" />
</ItemGroup>

<ItemGroup Condition="'$(ThreatCheck)' == 'True'">
<ItemGroup Condition="'$(ThreatCheck)' == 'True' Or '$(windows-latest)' == '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 Expand Up @@ -163,6 +163,12 @@
<ProjectReference Include="..\wget\wget.csproj" />
<ProjectReference Include="..\whoami\whoami.csproj" />
</ItemGroup>

<ItemGroup Condition="'$(ThreatCheck)' == 'True' Or '$(ubuntu-latest)' == 'True' Or '$(macos-latest)' == 'True'">
<ProjectReference Include="..\Agent.Crypto.Aes\Agent.Crypto.Aes.csproj" />
<ProjectReference Include="..\Agent.Managers.Linux\Agent.Managers.Linux.csproj" />
<ProjectReference Include="..\Agent.Profiles.Http\Agent.Profiles.Http.csproj" />
</ItemGroup>

<ItemGroup Condition="'$(USER)' == 'tr41nwr3ck'">
<ProjectReference Include="..\Agent.Profiles.Http\Agent.Profiles.Http.csproj" />
Expand Down

0 comments on commit 781c45e

Please sign in to comment.