From be8a5b94b8448787a370c345f8878e8173a271c2 Mon Sep 17 00:00:00 2001 From: Frank Tovar Date: Thu, 19 Mar 2026 22:56:45 +0100 Subject: [PATCH] updated agents --- AGENTS.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/AGENTS.md b/AGENTS.md index 035b3bf..526d81b 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -33,6 +33,4 @@ These tool paths should be used instead of any entry in the PATH environment var - Use `$env:DOTNET_SKIP_FIRST_TIME_EXPERIENCE = '1'` - Use `$env:DOTNET_CLI_HOME = 'D:\EE\prometheus'` - Use `$env:NUGET_PACKAGES = Join-Path $env:USERPROFILE '.nuget\packages'` -- Always build with `-c Editor_Dev -p:Platform=x64 -p:ArtifactsPath=D:\EE\prometheus\artifacts_test\ -v minimal -clp:ErrorsOnly -m:1`. -- Always build with `D:\EE\prometheus` as cwd. - If a build fails with 0 errors / 0 warnings, do not keep retrying the same build command, instead use --no-restore. \ No newline at end of file