-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Closed
Description
when running the build locally via command line:
build Build
it fails with NullReferenceException
after this change: a85e63e ("added Azure Pipelines")
...
Finished Target: Clean
Starting Target: AssemblyInfo (==> Clean)
Finished Target: AssemblyInfo
Starting Target: ComputeIncrementalChanges
Skipping Incrementalist - not enabled for this build
Finished Target: ComputeIncrementalChanges
Starting Target: Build (==> AssemblyInfo, ComputeIncrementalChanges)
Checking inside C:\Projects\GitHub\_My\akka.net\bin\incrementalist.txt for changes
Found changes via Incrementalist? false - searched inside C:\Projects\GitHub\_My\akka.net\bin\incrementalist.txt
Running build failed.
Error:
System.NullReferenceException: Object reference not set to an instance of an object.
at FSI_0005.Build.clo@171-7.Invoke(Unit _arg2) in C:\Projects\GitHub\_My\akka.net\build.fsx:line 182
at Fake.TargetHelper.runSingleTarget(TargetTemplate`1 target) in C:\code\fake\src\app\FakeLib\TargetHelper.fs:line 626
Starting FinalTarget: KillCreatedProcesses
Shutting down dotnet build-server
dotnet build-server shutdown
Shutting down MSBuild server...
...
or is it just an issue on my end?
Metadata
Metadata
Assignees
Labels
No labels