We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3266af9 commit 0330f55Copy full SHA for 0330f55
appveyor.yml
@@ -7,7 +7,8 @@ build_script:
7
dotnet restore
8
9
dotnet build --configuration Release
10
- dotnet pack --no-build --configuration Release
+
11
+ dotnet pack SimSharp --no-build --configuration Release
12
13
popd
14
src/SimSharp/SimSharp.csproj
@@ -89,7 +89,7 @@ Sim# allows modeling processes easily and with little boiler plate code. A proce
89
</Target>
90
91
<ItemGroup>
92
- <None Include="$(SolutionDir)..\LICENSE.txt" Pack="true" PackagePath="" />
+ <None Include="..\..\LICENSE.txt" Pack="true" PackagePath="" />
93
</ItemGroup>
94
95
0 commit comments