Skip to content

Commit 0330f55

Browse files
committed
Fix appveyor config
1 parent 3266af9 commit 0330f55

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

appveyor.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ build_script:
77
dotnet restore
88
99
dotnet build --configuration Release
10-
dotnet pack --no-build --configuration Release
10+
11+
dotnet pack SimSharp --no-build --configuration Release
1112
1213
popd
1314

src/SimSharp/SimSharp.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ Sim# allows modeling processes easily and with little boiler plate code. A proce
8989
</Target>
9090

9191
<ItemGroup>
92-
<None Include="$(SolutionDir)..\LICENSE.txt" Pack="true" PackagePath="" />
92+
<None Include="..\..\LICENSE.txt" Pack="true" PackagePath="" />
9393
</ItemGroup>
9494

9595
<ItemGroup>

0 commit comments

Comments
 (0)