Skip to content

Commit f0381b6

Browse files
committed
Fix default test template
1 parent d1562f5 commit f0381b6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Packages/com.unity.ide.visualstudio.tests/Tests/Editor/CSProjectTests.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,7 @@ public void DefaultSyncSettings_WhenSynced_CreatesProjectFileFromDefaultTemplate
124124
{
125125
"<?xml version=\"1.0\" encoding=\"utf-8\"?>",
126126
"<Project ToolsVersion=\"4.0\" DefaultTargets=\"Build\" xmlns=\"http://schemas.microsoft.com/developer/msbuild/2003\">",
127+
" <!-- Generated file, do not modify, your changes will be overwritten (use AssetPostprocessor.OnGeneratedCSProject) -->",
127128
" <PropertyGroup>",
128129
" <LangVersion>latest</LangVersion>",
129130
" </PropertyGroup>",

0 commit comments

Comments
 (0)