Skip to content

Commit b3af95e

Browse files
committed
Add source path
1 parent 691d376 commit b3af95e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

caf-logging-serilog/pom.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@
6262
<executable>dotnet</executable>
6363
<arguments>
6464
<argument>clean</argument>
65+
<argument>${project.basedir}/caf-logging-serilog-library/caf-logging-serilog.sln</argument>
6566
</arguments>
6667
</configuration>
6768
</execution>
@@ -75,6 +76,7 @@
7576
<executable>dotnet</executable>
7677
<arguments>
7778
<argument>restore</argument>
79+
<argument>${project.basedir}/caf-logging-serilog-library/caf-logging-serilog.sln</argument>
7880
</arguments>
7981
</configuration>
8082
</execution>
@@ -88,6 +90,7 @@
8890
<executable>dotnet</executable>
8991
<arguments>
9092
<argument>build</argument>
93+
<argument>${project.basedir}/caf-logging-serilog-library/caf-logging-serilog.sln</argument>
9194
</arguments>
9295
</configuration>
9396
</execution>
@@ -103,6 +106,7 @@
103106
<argument>pack</argument>
104107
<argument>--no-build</argument>
105108
<argument>--output</argument>
109+
<argument>${project.basedir}/caf-logging-serilog-library/caf-logging-serilog.sln</argument>
106110
<argument>${nugetOutputFolder}</argument>
107111
</arguments>
108112
</configuration>

0 commit comments

Comments
 (0)