pulumi/sdk/dotnet/Pulumi
Fraser Waters 385b5c5212 Remove use of /opt/pulumi for nuget packages
Stop using /opt/pulumi/nuget, this makes some progress towards fixing

There are three main changes here:
1) We no longer pack on build, instead requiring an explicit pack command
(which runs in relase configuration). This should be a small speed improvement
for standard builds.
2) The integration tests no longer rely on a nuget package, instead we just
reference the project directly. This removes the need for a local nuget feed
that had to be setup and installed into.
3) As we've got rid of the local nuget feed `make install` simply runs "dotnet
pack" and `make publish` picks up the .nupkg from the sdk bin folder.

The one workflow this changes is if people have pulumi programs outside
pulumi/pulumi that they we're using `make install` to get a build of the
dotnet sdk into. Anyone using that workflow instead needs to either:
1) Manually copy the .nupkg from the build folder to wherever they have
setup their local nuget feed.
2) Change that project to refer to Pulumi via a project reference.
2021-11-12 12:18:42 +00:00
..
Core Minimally extend .NET SDK to support 5758 (#8142) 2021-10-07 09:51:24 -04:00
Deployment Fix 8322 (#8339) 2021-11-08 10:45:26 -05:00
Exceptions [dotnet] Fix Resharper code issues (#7178) 2021-06-10 10:32:33 -04:00
Resources Minimally extend .NET SDK to support 5758 (#8142) 2021-10-07 09:51:24 -04:00
Serialization Fix 8322 (#8339) 2021-11-08 10:45:26 -05:00
Testing [sdk/dotnet] Support for calling methods (#7582) 2021-08-24 20:17:05 -07:00
AssemblyAttributes.cs [Automation API] - C# Implementation (#5761) 2021-02-18 11:36:21 +01:00
Config.cs [dotnet] Fix Resharper code issues (#7178) 2021-06-10 10:32:33 -04:00
Config_Exceptions.cs [dotnet] Fix Resharper code issues (#7178) 2021-06-10 10:32:33 -04:00
Extensions.cs [dotnet] Fix Resharper code issues (#7178) 2021-06-10 10:32:33 -04:00
Log.cs Fix docstring on node log.error and other SDK equivalents (#6573) 2021-03-18 13:57:10 -04:00
PublicAPI.Shipped.txt Minimally extend .NET SDK to support 5758 (#8142) 2021-10-07 09:51:24 -04:00
PublicAPI.Unshipped.txt Add replaceOnChanges resource option (#7226) 2021-07-01 13:32:08 -06:00
Pulumi.csproj Remove use of /opt/pulumi for nuget packages 2021-11-12 12:18:42 +00:00
Stack.cs [dotnet] Fix Resharper code issues (#7178) 2021-06-10 10:32:33 -04:00