diff --git a/atomics/T1127/T1127.yaml b/atomics/T1127/T1127.yaml index a66b994277..30e3f9b386 100644 --- a/atomics/T1127/T1127.yaml +++ b/atomics/T1127/T1127.yaml @@ -15,4 +15,4 @@ atomic_tests: executor: name: command_prompt command: | - C:\Windows\Microsoft.NET\Framework\v4.0.30319\msbuild.exe T1127.csproj + C:\Windows\Microsoft.NET\Framework\v4.0.30319\msbuild.exe #{filename} diff --git a/atomics/T1127/T1127.csproj b/atomics/T1127/src/T1127.csproj similarity index 100% rename from atomics/T1127/T1127.csproj rename to atomics/T1127/src/T1127.csproj