diff --git a/src/ParquetViewer.Tests/SanityTests.cs b/src/ParquetViewer.Tests/SanityTests.cs index 1630934..519fb53 100644 --- a/src/ParquetViewer.Tests/SanityTests.cs +++ b/src/ParquetViewer.Tests/SanityTests.cs @@ -187,7 +187,7 @@ public async Task AMPLITUDE_EVENT_TEST() }; var isSelfContainedExecutable = false; -#if Release_SelfContained +#if RELEASE_SELFCONTAINED isSelfContainedExecutable = true; #endif