Exemplo n.º 1
0
 public Task <BuildIntegratedProjectAction> PreviewBuildIntegratedProjectActionsAsync(
     IBuildIntegratedNuGetProject buildIntegratedProject,
     IEnumerable <NuGetProjectAction> nuGetProjectActions,
     INuGetProjectContext nuGetProjectContext,
     CancellationToken token)
 {
     return(packageManager.PreviewBuildIntegratedProjectActionsAsync(
                (BuildIntegratedNuGetProject)buildIntegratedProject,
                nuGetProjectActions,
                nuGetProjectContext,
                token
                ));
 }