Skip to content
Merged
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion src/Microsoft.Azure.WebJobs.Extensions.Sql.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,8 @@
<None Include="..\lib\Microsoft.SqlServer.TransactSql.ScriptDom.dll" Pack="true" PackagePath="lib/$(TargetFramework)" />
<None Include="..\README.md" Pack="true" PackagePath="" />
</ItemGroup>
<Target Name="CopyNupkg" AfterTargets="Pack">
<Target Name="CopyNupkg" AfterTargets="Build">
Comment thread
Charles-Gagnon marked this conversation as resolved.
Outdated
Comment thread
MaddyDev marked this conversation as resolved.
Outdated
<Exec Command="dotnet pack &quot;$(MSBuildProjectDirectory)\$(PackageId).csproj&quot; --no-build --include-symbols"/>
Comment thread
MaddyDev marked this conversation as resolved.
Outdated
Comment thread
MaddyDev marked this conversation as resolved.
Outdated
<ItemGroup>
<_Packages Include=".\bin\$(Configuration)\*.nupkg" />
</ItemGroup>
Expand Down