We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2193ff0 commit 9f433a2Copy full SHA for 9f433a2
GithubFS/GithubFS.psd1
2.49 KB
GithubFS/GithubFS.pssproj
@@ -30,9 +30,9 @@
30
<Content Include="pathinfo.format.ps1xml" />
31
</ItemGroup>
32
<ItemGroup>
33
- <Compile Include="Module.psd1" />
34
- <Compile Include="Module.psm1" />
35
- <Compile Include="Module.tests.ps1" />
+ <Compile Include="GithubFS.psd1" />
+ <Compile Include="GithubFS.psm1" />
+ <Compile Include="GithubFS.test.ps1" />
36
37
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
38
<Target Name="Build" />
0 commit comments