Looks like the new files were never added to prebuild.xml
parent
6eef334059
commit
df49756e7b
|
@ -2141,6 +2141,7 @@
|
|||
<Exclude name="Tests" pattern="Tests" />
|
||||
</Match>
|
||||
<Match path="Resources" pattern="*.sql" buildAction="EmbeddedResource"/>
|
||||
<Match path="Resources" pattern="*.migrations" buildAction="EmbeddedResource"/>
|
||||
<Match pattern="*.addin.xml" path="Resources" buildAction="EmbeddedResource" recurse="true"/>
|
||||
</Files>
|
||||
</Project>
|
||||
|
@ -2247,6 +2248,7 @@
|
|||
<Exclude name="Tests" pattern="Tests" />
|
||||
</Match>
|
||||
<Match path="Resources" pattern="*.sql" buildAction="EmbeddedResource"/>
|
||||
<Match path="Resources" pattern="*.migrations" buildAction="EmbeddedResource"/>
|
||||
<Match pattern="*.addin.xml" path="Resources" buildAction="EmbeddedResource" recurse="true"/>
|
||||
</Files>
|
||||
</Project>
|
||||
|
|
Loading…
Reference in New Issue