Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix packaging of FSharp.Core and Paket/Paket.Bootstrapper as tool #3734

Merged
merged 37 commits into from
Nov 28, 2019
Merged
Changes from 1 commit
Commits
Show all changes
37 commits
Select commit Hold shift + click to select a range
8fafb17
fix duplicated netstandard tfm in Paket.Core
Nov 26, 2019
269283d
fix build script
Nov 26, 2019
9de0568
fix build
Nov 26, 2019
3fa7737
fix ref
Nov 26, 2019
20d82e5
use dotnet test
Nov 27, 2019
2d5d756
remove now unused nunit console
Nov 27, 2019
3426c66
fix refs
Nov 27, 2019
7d37672
less verbose
Nov 27, 2019
75d928b
bindings obv
Nov 27, 2019
c9771c6
new path
Nov 27, 2019
17bc6c5
fix path of published paket boostrapper
Nov 27, 2019
5ba6b3d
fix path
Nov 27, 2019
0d4daad
add boostrapper to appveyor artifacts
Nov 27, 2019
b494658
fix build
Nov 27, 2019
8a545ad
sign boostrapper
Nov 27, 2019
0e8a9da
run paket boostrapper unit tests
Nov 27, 2019
e8caba3
in travis use xenial with .net core 3.x preinstalled
Nov 27, 2019
8f63ab2
fix upload of test results
Nov 27, 2019
38ca937
fix upload of test results
Nov 27, 2019
cd08ad6
workaround for dotnet test hang
Nov 27, 2019
0f10a28
doc workaround
Nov 27, 2019
2143d45
run tests in netcoreapp3.0
Nov 27, 2019
d635444
TIL
Nov 27, 2019
d37deb2
allow mono latests on travis to fail
Nov 27, 2019
f138ad3
Revert "TIL"
Nov 27, 2019
4befa48
this allow to specify both tfm groups in the nuspec, instead of the f…
Nov 27, 2019
49453fb
bump mono.cecil
Nov 27, 2019
cb516e9
add SkipTests build script parameter to skip all tests (unit and int…
Nov 28, 2019
b93a7af
workaround for transitive of FSharp.Core not pulled when packaging as…
Nov 28, 2019
8fb9e2d
binding redirects only in net461
Nov 28, 2019
1e3efc1
no need for xml inside tool nupkg
Nov 28, 2019
624c2ec
formatting
Nov 28, 2019
46e51f2
copy pdbs of package references into Paket tools package
Nov 28, 2019
1aceec3
add package metadata, because tool use dotnet pack not paket.template
Nov 28, 2019
721c78a
add release notes to Paket tool package
Nov 28, 2019
09a0bda
dotnet tool doesnt allow command with dot (`.`), use `paketbootstrapp…
Nov 28, 2019
851eb5f
set min version of dependencies, so are set on package deps
Nov 28, 2019
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
TIL
Enrico Sada committed Nov 27, 2019
commit d63544438f2f5a47ea0c57bfc0bce028256b7e84
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
language: csharp
language: fsharp
dist: xenial

sudo: false