File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11<Solution >
22 <Project Path =" Example/Example.csproj" >
3- <BuildDependency Project =" NativeInvoke/NativeInvoke.csproj" />
3+ <BuildDependency Project =" NativeInvoke/NativeInvoke.csproj" />
44 </Project >
5- <Project Path =" NativeInvoke/NativeInvoke.csproj" />
5+ <Project Path =" NativeInvoke/NativeInvoke.csproj" />
66 <Project Path =" NativeInvoke.Tests/NativeInvoke.Tests.csproj" >
7- <BuildDependency Project =" NativeInvoke/NativeInvoke.csproj" />
7+ <BuildDependency Project =" NativeInvoke/NativeInvoke.csproj" />
88 </Project >
99</Solution >
Original file line number Diff line number Diff line change @@ -14,6 +14,6 @@ nuget update -self
1414nuget restore
1515dotnet restore --force --no-cache
1616dotnet build -c Release --no-restore --no-incremental
17- dotnet pack -c Release --no-build -o nupkg
17+ dotnet pack -c Release --no-build -o nupkg
1818rem pause > NUL
1919exit /b 0
You can’t perform that action at this time.
0 commit comments