Skip to content

Commit

Permalink
updated csproj
Browse files Browse the repository at this point in the history
  • Loading branch information
will-craig committed Nov 11, 2024
1 parent 71488f9 commit 706062c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 14 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1735,4 +1735,4 @@ public NotificationApiException(string message, int statusCode, string response,
#pragma warning restore 3016
#pragma warning restore 8603
#pragma warning restore 8604
#pragma warning restore 8625
#pragma warning restore 8625
13 changes: 0 additions & 13 deletions NotificationApi/NotificationApi/NotificationApi.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -71,19 +71,6 @@
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
</ItemGroup>

<ItemGroup>
<Folder Include="Properties\ServiceDependencies\vh-notification-api-demo - Web Deploy\" />
</ItemGroup>

<ItemGroup>
<None Remove="Properties\ServiceDependencies\vh-notification-api-demo - Web Deploy\profile.arm.json" />
</ItemGroup>

<ItemGroup>
<Folder Include="Properties\ServiceDependencies\" />
</ItemGroup>

<Target Name="NSwag" AfterTargets="Build" Condition="'$(TF_BUILD)'!='True' And '$(Configuration)' == 'Debug' ">
<Copy SourceFiles="@(ReferencePath)" DestinationFolder="$(OutDir)References" />
<Exec ConsoleToMSBuild="true" ContinueOnError="true" Command="$(NSwagExe_Net60) run /runtime:Net60 /variables:ProjectPath=&quot;$(MSBuildProjectFullPath)&quot;">
Expand Down

0 comments on commit 706062c

Please sign in to comment.