-
Notifications
You must be signed in to change notification settings - Fork 524
various fixes #2929
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
various fixes #2929
Conversation
build.fsx
Outdated
| let gitRaw = environVarOrDefault "gitRaw" "https://raw.github.com/fsprojects" | ||
|
|
||
| let dotnetcliVersion = "2.1.0-preview1-007002" | ||
| let dotnetcliVersion = "2.0.3" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Love that change
|
Appveyor says no |
|
seen that. let me fix it, has some issue restoring SourceLink with 2.0.3 seems (in the other PR i have sourcelink disabled). |
if PAKET_WAIT_DEBUGGER is `1`, paket will wait at start to a debugger to attach
|
@forki you restarted the appveyor on your account instead of cloudroutine? |
|
btw, the .net core sdk install removed earlier is in #2931 , let's see if workaround is ok |
|
Triggered build |
|
i seen that before, seems that if the job run on |
FIX
NEW
PAKET_WAIT_DEBUGGERenv var to wait for debuggerif
PAKET_WAIT_DEBUGGERis1, paket will wait at start to a debugger to attachpartial code extracted from #2918