We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52a68ab commit 9211f62Copy full SHA for 9211f62
Packages/com.unity.ide.visualstudio.tests/Tests/Editor/CSProjectTests.cs
@@ -144,7 +144,7 @@ public void DefaultSyncSettings_WhenSynced_CreatesProjectFileFromDefaultTemplate
144
" </PropertyGroup>",
145
" <PropertyGroup>",
146
" <NoWarn>0169;USG0001</NoWarn>",
147
- $" <DefineConstants></DefineConstants>",
+ " <DefineConstants></DefineConstants>",
148
" <AllowUnsafeBlocks>False</AllowUnsafeBlocks>",
149
150
" <PropertyGroup Condition=\" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' \">",
0 commit comments