Skip to content

Commit

Permalink
Updating gitignore again and renaming folders
Browse files Browse the repository at this point in the history
Renamed some folders internally. Updating repo ignore
  • Loading branch information
Zack Walsh committed Jan 7, 2022
1 parent 1f84921 commit 9a2ca9e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -389,5 +389,4 @@ FodyWeavers.xsd
FalconMainAPI/SwaggerDocGenerator/_secrets.js

# Nuget Package Folder
SharpWrap2534/SharpWrap2534_Nuget
SharpWrap2534-UI/SharpWrap2534-UI_Nuget
**/NugetPublish
2 changes: 1 addition & 1 deletion SharpWrap2534-UI/SharpWrap2534-UI.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,6 @@
<PreBuildEvent>"$(DevEnvDir)\TextTransform.exe" -a !!build!true "$(ProjectDir)Properties\AssemblyInfo.tt"</PreBuildEvent>
</PropertyGroup>
<PropertyGroup>
<PostBuildEvent>copy /Y "$(TargetDir)*" "$(ProjectDir)SharpWrap2534-UINuget\lib\net472"</PostBuildEvent>
<PostBuildEvent>copy /Y "$(TargetDir)*" "$(ProjectDir)NugetPublish\lib\net472"</PostBuildEvent>
</PropertyGroup>
</Project>
2 changes: 1 addition & 1 deletion SharpWrap2534/SharpWrap2534.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,6 @@
<PreBuildEvent>"$(DevEnvDir)\TextTransform.exe" -a !!build!true "$(ProjectDir)Properties\AssemblyInfo.tt"</PreBuildEvent>
</PropertyGroup>
<PropertyGroup>
<PostBuildEvent>copy /Y "$(TargetDir)*" "$(ProjectDir)SharpWrap2534Nuget\lib\net472"</PostBuildEvent>
<PostBuildEvent>copy /Y "$(TargetDir)*" "$(ProjectDir)NugetPublish\lib\net472"</PostBuildEvent>
</PropertyGroup>
</Project>

0 comments on commit 9a2ca9e

Please sign in to comment.