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 6cc1448 commit ac34e9fCopy full SHA for ac34e9f
tests/WebServerE2ETests/Template/.gitignore
@@ -0,0 +1 @@
1
+!WiFi.cs
tests/WebServerE2ETests/WiFi.TEMPLATE.cs renamed to tests/WebServerE2ETests/Template/WiFi.cs
tests/WebServerE2ETests/WebServerE2ETests.nfproj
@@ -75,4 +75,10 @@
75
<ProjectConfigurationsDeclaredAsItems />
76
</ProjectCapabilities>
77
</ProjectExtensions>
78
+ <Target Name="CopyWiFiTemplate" Condition="!Exists('$(MSBuildProjectDirectory)\WiFi.cs')" BeforeTargets="BeforeBuild">
79
+ <ItemGroup>
80
+ <WIFI_TEMPLATE Include="$(MSBuildProjectDirectory)\Template\WiFi.cs"/>
81
+ </ItemGroup>
82
+ <Copy SourceFiles="@(WIFI_TEMPLATE)" DestinationFolder="$(MSBuildProjectDirectory)" />
83
+ </Target>
84
</Project>
0 commit comments