File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
msgraph-developer-proxy/.vscode Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 27
27
- name : Build plugins
28
28
run : dotnet build ./msgraph-developer-proxy-plugins/msgraph-developer-proxy-plugins.csproj -c Release -r ${{ matrix.architecture }} --no-self-contained
29
29
- name : Add plugins to output
30
- run : cp ./msgraph-developer-proxy/bin/Release/net6 .0/${{ matrix.architecture }}/GraphProxyPlugins ./${{ env.release }} -r
30
+ run : cp ./msgraph-developer-proxy/bin/Release/net7 .0/${{ matrix.architecture }}/GraphProxyPlugins ./${{ env.release }} -r
31
31
- name : Archive Release ${{ env.release }}
32
32
uses : thedoctor0/zip-release@master
33
33
with :
Original file line number Diff line number Diff line change 10
10
"request" : " launch" ,
11
11
"preLaunchTask" : " build" ,
12
12
// If you have changed target frameworks, make sure to update the program path.
13
- "program" : " ${workspaceFolder}/bin/Debug/net6 .0/msgraph-developer-proxy.dll" ,
13
+ "program" : " ${workspaceFolder}/bin/Debug/net7 .0/msgraph-developer-proxy.dll" ,
14
14
"args" : [],
15
15
"cwd" : " ${workspaceFolder}" ,
16
16
// For more information about the 'console' field, see https://aka.ms/VSCode-CS-LaunchJson-Console
You can’t perform that action at this time.
0 commit comments